From 1f81ea3da2aa638453f71f13cd1c42ef6b27a2d3 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期日, 24 四月 2022 08:18:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/main.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/main.js b/src/main.js
index d6c7118..095dcc6 100644
--- a/src/main.js
+++ b/src/main.js
@@ -6,7 +6,13 @@
 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;

--
Gitblit v1.9.1