|
@@ -14,8 +14,8 @@ 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'
|
|
|
|
import autoHeight from '@/components/auto-height'
|
|
import autoHeight from '@/components/auto-height'
|
|
|
|
+import auth from '@/components/Auth'
|
|
|
|
|
|
export default {
|
|
export default {
|
|
install(Vue) {
|
|
install(Vue) {
|
|
@@ -30,7 +30,7 @@ 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)
|
|
|
|
Vue.component(autoHeight.name, autoHeight)
|
|
Vue.component(autoHeight.name, autoHeight)
|
|
|
|
+ Vue.component(auth.name, auth)
|
|
}
|
|
}
|
|
}
|
|
}
|