|
@@ -9,6 +9,7 @@ import overflowtext from '@/components/overflow-text'
|
|
|
import locationHash from '@/components/LocationHash'
|
|
|
import selectall from '@/components/select-all'
|
|
|
import copytext from '@/components/copy-text'
|
|
|
+import descriptions from '@/components/Descriptions/Descriptions.vue'
|
|
|
|
|
|
export default {
|
|
|
install(Vue) {
|
|
@@ -18,5 +19,6 @@ export default {
|
|
|
Vue.component(locationHash.name, locationHash)
|
|
|
Vue.component(selectall.name, selectall)
|
|
|
Vue.component(copytext.name, copytext)
|
|
|
+ Vue.component(descriptions.name, descriptions)
|
|
|
}
|
|
|
}
|