This commit is contained in:
xulu
2021-09-14 09:22:48 +08:00
parent 2fb8c7e04e
commit 709110f7e9
18 changed files with 1849 additions and 100 deletions

View File

@@ -14,6 +14,10 @@ import Common from './components/common/common'
Vue.prototype.Common = Common;
// 使用 ES Module
import * as echarts from 'echarts';
Vue.prototype.$echarts = echarts
Vue.prototype.$api = api