Blame view

ant-design-vue-jeecg/src/components/dict/index.js 165 Bytes
1
2
import T from './JDictSelectTag.vue'
const JDictSelectTag = {
3
  install: function (Vue) {
4
    Vue.component('JDictSelectTag',T);
5
6
  }
}
7
export default JDictSelectTag;