From 031631bc70722e6c7aded6ab8705bbd042ed52ed Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期二, 12 四月 2022 10:07:15 +0800
Subject: [PATCH] 社保收支总表

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

diff --git a/src/main.js b/src/main.js
index d6c7118..55769b4 100644
--- a/src/main.js
+++ b/src/main.js
@@ -6,7 +6,11 @@
 import { getStore, setStore, removeStore } from "./libs/store"
 import store from './store'
 import 'lib-flexible/flexible.js'
+
+import Plugin from 'v-fit-columns';
+
 Vue.use(ElementUI);
+Vue.use(Plugin);
 
 Vue.prototype.getStore = getStore;
 Vue.prototype.setStore = setStore;

--
Gitblit v1.9.1