|
@@ -12,6 +12,7 @@ import copytext from '@/components/copy-text'
|
|
import statistic from '@/components/statistic'
|
|
import statistic from '@/components/statistic'
|
|
import descriptions from '@/components/Descriptions/Descriptions.vue'
|
|
import descriptions from '@/components/Descriptions/Descriptions.vue'
|
|
import remoteSearch from "@/components/remote-search"
|
|
import remoteSearch from "@/components/remote-search"
|
|
|
|
+import tabRouter from '@/components/tab-router'
|
|
|
|
|
|
export default {
|
|
export default {
|
|
install(Vue) {
|
|
install(Vue) {
|
|
@@ -24,5 +25,6 @@ export default {
|
|
Vue.component(statistic.name, statistic)
|
|
Vue.component(statistic.name, statistic)
|
|
Vue.component(descriptions.name, descriptions)
|
|
Vue.component(descriptions.name, descriptions)
|
|
Vue.component(remoteSearch.name, remoteSearch)
|
|
Vue.component(remoteSearch.name, remoteSearch)
|
|
|
|
+ Vue.component(tabRouter.name, tabRouter)
|
|
}
|
|
}
|
|
}
|
|
}
|