update 数据字典j-dict-select-tag注册成全局组件
This commit is contained in:
@@ -48,6 +48,8 @@ import hasPermission from '@/utils/hasPermission'
|
||||
|
||||
import JeroComponents from '@/components/jero/index'
|
||||
|
||||
import JDictComponenets from '@comp/dict/index.js'
|
||||
|
||||
console.log('ant-design-vue version:', version)
|
||||
// Vue.prototype.rules = rules
|
||||
Vue.config.productionTip = false
|
||||
@@ -59,6 +61,7 @@ Vue.use(hasPermission)
|
||||
Vue.use(VueI18n)
|
||||
Vue.use(Viewer)
|
||||
Vue.use(JeroComponents)
|
||||
Vue.use(JDictComponenets)
|
||||
Viewer.setDefaults({
|
||||
// 需要配置的属性 注意属性并没有引号
|
||||
title: false,
|
||||
|
||||
Reference in New Issue
Block a user