提交
This commit is contained in:
@@ -13,6 +13,8 @@ import ImageUpload from "@/components/ImageUpload";
|
||||
import ImagePreview from "@/components/ImagePreview";
|
||||
// 字典标签组件
|
||||
import DictTag from "@/components/DictTag";
|
||||
// 字典数据组件
|
||||
import DictData from '@/components/DictData'
|
||||
|
||||
// 全局组件挂载
|
||||
Vue.component("DictTag", DictTag);
|
||||
@@ -22,3 +24,5 @@ Vue.component("Editor", Editor);
|
||||
Vue.component("FileUpload", FileUpload);
|
||||
Vue.component("ImageUpload", ImageUpload);
|
||||
Vue.component("ImagePreview", ImagePreview);
|
||||
|
||||
DictData.install()
|
||||
|
||||
Reference in New Issue
Block a user