自定义指令-el-dialog可拖拽拉宽

This commit is contained in:
zyn
2023-11-16 16:54:31 +08:00
parent 8d65b779ce
commit 81c887c672
3 changed files with 66 additions and 0 deletions
+2
View File
@@ -28,6 +28,7 @@ import $axios from '@/common/axios'
import components from '@/components'
// 自定义插件
import common from '@/common'
import dragDialogWidth from '@/common/dragDialogWidth'
// 自定义按钮显示指令
import btnPermission from '@/common/btnPermission' // eslint-disable-line
import VueI18n from 'vue-i18n' // 国际化
@@ -517,6 +518,7 @@ Vue.config.productionTip = false
Vue.prototype.$ = $
Vue.use(ElementUI)
Vue.use(common)
Vue.use(dragDialogWidth)
Vue.use(components)
Vue.use(VueI18n)
Vue.use(VueClipboard)