|
@@ -15,6 +15,7 @@ import remoteSearch from "@/components/remote-search"
|
|
|
import tabRouter from '@/components/tab-router'
|
|
|
import empty from '@/components/empty'
|
|
|
import auth from '@/components/Auth'
|
|
|
+import autoHeight from '@/components/auto-height'
|
|
|
|
|
|
export default {
|
|
|
install(Vue) {
|
|
@@ -30,5 +31,6 @@ export default {
|
|
|
Vue.component(tabRouter.name, tabRouter)
|
|
|
Vue.component(empty.name, empty)
|
|
|
Vue.component(auth.name, auth)
|
|
|
+ Vue.component(autoHeight.name, autoHeight)
|
|
|
}
|
|
|
}
|