|
@@ -50,6 +50,7 @@ import VueMeta from "vue-meta";
|
|
|
import DictData from "@/components/DictData";
|
|
|
//
|
|
|
import PopoverSelect from "@/components/popover-select";
|
|
|
+import PopoverSelectV2 from "@/components/popover-select-v2";
|
|
|
//
|
|
|
import PopoverTreeSelect from "@/components/popover-tree-select";
|
|
|
//
|
|
@@ -80,6 +81,7 @@ Vue.prototype.$init = {
|
|
|
};
|
|
|
|
|
|
// 全局组件挂载
|
|
|
+
|
|
|
Vue.component("DictTag", DictTag);
|
|
|
Vue.component("Pagination", Pagination);
|
|
|
Vue.component("RightToolbar", RightToolbar);
|
|
@@ -88,6 +90,7 @@ Vue.component("FileUpload", FileUpload);
|
|
|
Vue.component("ImageUpload", ImageUpload);
|
|
|
Vue.component("ImagePreview", ImagePreview);
|
|
|
Vue.component("DrPopoverSelect", PopoverSelect);
|
|
|
+Vue.component("DrPopoverSelectV2", PopoverSelectV2);
|
|
|
Vue.component("DrPopoverTreeSelect", PopoverTreeSelect);
|
|
|
Vue.component("DrComputedInput", ComputedInput);
|
|
|
Vue.component("DrFilePreview", FilePreview);
|