|
@@ -14,6 +14,7 @@ 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'
|
|
import tabRouter from '@/components/tab-router'
|
|
import empty from '@/components/empty'
|
|
import empty from '@/components/empty'
|
|
|
|
+import auth from '@/components/Auth'
|
|
|
|
|
|
export default {
|
|
export default {
|
|
install(Vue) {
|
|
install(Vue) {
|
|
@@ -28,5 +29,6 @@ export default {
|
|
Vue.component(remoteSearch.name, remoteSearch)
|
|
Vue.component(remoteSearch.name, remoteSearch)
|
|
Vue.component(tabRouter.name, tabRouter)
|
|
Vue.component(tabRouter.name, tabRouter)
|
|
Vue.component(empty.name, empty)
|
|
Vue.component(empty.name, empty)
|
|
|
|
+ Vue.component(auth.name, auth)
|
|
}
|
|
}
|
|
}
|
|
}
|