index.js 181 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 import selecttreeCompanent from './selecttree.vue' const seletctree = { install:function(Vue){ Vue.component('selecttree',selecttreeCompanent) } } export default seletctree