From cfb813f540e11cbadf041b295c342b02da97da56 Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期四, 28 四月 2022 15:55:00 +0800 Subject: [PATCH] 其他业务 --- src/main.js | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/main.js b/src/main.js index d6c7118..fd65e3d 100644 --- a/src/main.js +++ b/src/main.js @@ -6,14 +6,19 @@ import { getStore, setStore, removeStore } from "./libs/store" import store from './store' import 'lib-flexible/flexible.js' +import echarts from 'echarts' +Vue.prototype.$echarts = echarts + +import Plugin from 'v-fit-columns'; + Vue.use(ElementUI); +Vue.use(Plugin); Vue.prototype.getStore = getStore; Vue.prototype.setStore = setStore; Vue.prototype.removeStore = removeStore; Vue.config.productionTip = false - import vcolorpicker from 'vcolorpicker' Vue.use(vcolorpicker) -- Gitblit v1.9.1