7 lines
165 B
Java
7 lines
165 B
Java
import T from './JDictSelectTag.vue'
|
|
const JDictSelectTag = {
|
|
install: function (Vue) {
|
|
Vue.component('JDictSelectTag',T);
|
|
}
|
|
}
|
|
export default JDictSelectTag; |