From 1abe7ec44f4ce485ccf465aa6b00e1bc4b097b9c Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期二, 12 四月 2022 10:24:12 +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