Merge branch 'dev_test' into dev_20230829_change
This commit is contained in:
@@ -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' // 国际化
|
||||
@@ -521,6 +522,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)
|
||||
|
||||
Reference in New Issue
Block a user