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