|
@@ -13,6 +13,7 @@ import statistic from '@/components/statistic'
|
|
|
import descriptions from '@/components/Descriptions/Descriptions.vue'
|
|
|
import remoteSearch from "@/components/remote-search"
|
|
|
import tabRouter from '@/components/tab-router'
|
|
|
+import empty from '@/components/empty'
|
|
|
|
|
|
export default {
|
|
|
install(Vue) {
|
|
@@ -26,5 +27,6 @@ export default {
|
|
|
Vue.component(descriptions.name, descriptions)
|
|
|
Vue.component(remoteSearch.name, remoteSearch)
|
|
|
Vue.component(tabRouter.name, tabRouter)
|
|
|
+ Vue.component(empty.name, empty)
|
|
|
}
|
|
|
}
|