wang_xy преди 1 година
родител
ревизия
0ce9b32de2
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      src/main.js

+ 4 - 0
src/main.js

@@ -40,6 +40,9 @@ import VueMeta from 'vue-meta'
 // 字典数据组件
 import DictData from '@/components/DictData'
 
+import Avue from '@smallwei/avue';
+import '@smallwei/avue/lib/index.css';
+
 // 全局方法挂载
 Vue.prototype.getDicts = getDicts
 Vue.prototype.getConfigKey = getConfigKey
@@ -67,6 +70,7 @@ Vue.component('ImagePreview', ImagePreview)
 Vue.use(directive)
 Vue.use(plugins)
 Vue.use(VueMeta)
+Vue.use(Avue);
 DictData.install()
 
 /**