|
|
@@ -11,6 +11,7 @@ import BsDescriptions from "./Descriptions/index.vue"
|
|
|
import BsContentsWrapper from "./ContentsWrapper/index.vue"
|
|
|
import BsTabs from "./Tabs/index.vue"
|
|
|
import BsEllipsisText from "./EllipsisText/index.vue"
|
|
|
+import BsDicTag from "./DicTag/index.vue"
|
|
|
|
|
|
const BsUi = {
|
|
|
install(app) {
|
|
|
@@ -25,6 +26,7 @@ const BsUi = {
|
|
|
app.component('BsContentsWrapper', BsContentsWrapper)
|
|
|
app.component('BsTabs', BsTabs);
|
|
|
app.component('BsEllipsisText', BsEllipsisText);
|
|
|
+ app.component('BsDicTag', BsDicTag)
|
|
|
},
|
|
|
};
|
|
|
|
|
|
@@ -47,5 +49,6 @@ export {
|
|
|
BsDescriptions,
|
|
|
BsContentsWrapper,
|
|
|
BsTabs,
|
|
|
- BsEllipsisText
|
|
|
+ BsEllipsisText,
|
|
|
+ BsDicTag
|
|
|
};
|