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()
 
 /**