We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034d83a commit bb91eedCopy full SHA for bb91eed
src/components/vue-ui-dashboard.vue
@@ -52,6 +52,7 @@ const builtInComponents = {
52
VueUiTiremarks : defineAsyncComponent(() => import("../components/vue-ui-tiremarks.vue")),
53
VueUiTreemap : defineAsyncComponent(() => import("../components/vue-ui-treemap.vue")),
54
VueUiVerticalBar : defineAsyncComponent(() => import("../components/vue-ui-vertical-bar.vue")),
55
+ VueUiHorizontalBar : defineAsyncComponent(() => import("../components/vue-ui-vertical-bar.vue")),
56
VueUiWaffle : defineAsyncComponent(() => import("../components/vue-ui-waffle.vue")),
57
VueUiWheel : defineAsyncComponent(() => import("../components/vue-ui-wheel.vue")),
58
VueUiWordCloud : defineAsyncComponent(() => import("../components/vue-ui-word-cloud.vue")),
0 commit comments