CEES-CMD/ant-design-jeecg-vue/src/components/dict/index.js

7 lines
161 B
JavaScript
Raw Normal View History

2019-02-25 15:58:05 +08:00
import T from './DictSelectTag.vue'
const DictSelectTag = {
install: function (Vue) {
Vue.component('DictSelectTag',T);
}
}
export default DictSelectTag;