dfcbe9fc by 任超

style:弹框公共方法

1 parent 39039a30
...@@ -16,6 +16,14 @@ Vue.prototype.$rules = rules ...@@ -16,6 +16,14 @@ Vue.prototype.$rules = rules
16 // 全局加载 16 // 全局加载
17 Vue.prototype.$startLoading = startLoadingAddCount 17 Vue.prototype.$startLoading = startLoadingAddCount
18 Vue.prototype.$endLoading = endLoadingSubCount 18 Vue.prototype.$endLoading = endLoadingSubCount
19
20 // 弹框
21 import { popupDialog, popupCacel } from "./utils/popup.js";
22 // 全局加载
23 Vue.prototype.$popupDialog = popupDialog
24 Vue.prototype.$popupCacel = popupDialog
25
26
19 import { theme } from "@/directive/theme.js" 27 import { theme } from "@/directive/theme.js"
20 Vue.directive("theme", theme) 28 Vue.directive("theme", theme)
21 Vue.directive('fo', { 29 Vue.directive('fo', {
......