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