|
@@ -11,6 +11,7 @@ import selectall from '@/components/select-all'
|
|
import copytext from '@/components/copy-text'
|
|
import copytext from '@/components/copy-text'
|
|
import statistic from '@/components/statistic'
|
|
import statistic from '@/components/statistic'
|
|
import descriptions from '@/components/Descriptions/Descriptions.vue'
|
|
import descriptions from '@/components/Descriptions/Descriptions.vue'
|
|
|
|
+import remoteSearch from "@/components/remote-search"
|
|
|
|
|
|
export default {
|
|
export default {
|
|
install(Vue) {
|
|
install(Vue) {
|
|
@@ -22,5 +23,6 @@ export default {
|
|
Vue.component(copytext.name, copytext)
|
|
Vue.component(copytext.name, copytext)
|
|
Vue.component(statistic.name, statistic)
|
|
Vue.component(statistic.name, statistic)
|
|
Vue.component(descriptions.name, descriptions)
|
|
Vue.component(descriptions.name, descriptions)
|
|
|
|
+ Vue.component(remoteSearch.name, remoteSearch)
|
|
}
|
|
}
|
|
}
|
|
}
|