Skip to content

Commit bb91eed

Browse files
committed
Modification - VueUiDashboard - Enable usage of VueUiHorizontalBar
1 parent 034d83a commit bb91eed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/vue-ui-dashboard.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const builtInComponents = {
5252
VueUiTiremarks : defineAsyncComponent(() => import("../components/vue-ui-tiremarks.vue")),
5353
VueUiTreemap : defineAsyncComponent(() => import("../components/vue-ui-treemap.vue")),
5454
VueUiVerticalBar : defineAsyncComponent(() => import("../components/vue-ui-vertical-bar.vue")),
55+
VueUiHorizontalBar : defineAsyncComponent(() => import("../components/vue-ui-vertical-bar.vue")),
5556
VueUiWaffle : defineAsyncComponent(() => import("../components/vue-ui-waffle.vue")),
5657
VueUiWheel : defineAsyncComponent(() => import("../components/vue-ui-wheel.vue")),
5758
VueUiWordCloud : defineAsyncComponent(() => import("../components/vue-ui-word-cloud.vue")),

0 commit comments

Comments
 (0)