|
@@ -14,6 +14,7 @@ import descriptions from '@/components/Descriptions/Descriptions.vue'
|
|
|
import remoteSearch from "@/components/remote-search"
|
|
|
import tabRouter from '@/components/tab-router'
|
|
|
import empty from '@/components/empty'
|
|
|
+import autoHeight from '@/components/auto-height'
|
|
|
|
|
|
export default {
|
|
|
install(Vue) {
|
|
@@ -28,5 +29,6 @@ export default {
|
|
|
Vue.component(remoteSearch.name, remoteSearch)
|
|
|
Vue.component(tabRouter.name, tabRouter)
|
|
|
Vue.component(empty.name, empty)
|
|
|
+ Vue.component(autoHeight.name, autoHeight)
|
|
|
}
|
|
|
}
|