Skip to content

Commit 89c9eb0

Browse files
committed
Improvement - VueUiDashboard - Enable usage of VueUiChord & VueUiRidgeline
1 parent bb91eed commit 89c9eb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/vue-ui-dashboard.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ const builtInComponents = {
6666
VueUiHistoryPlot : defineAsyncComponent(() => import('../components/vue-ui-history-plot.vue')),
6767
VueUiCirclePack : defineAsyncComponent(() => import('../components/vue-ui-circle-pack.vue')),
6868
VueUiWorld : defineAsyncComponent(() => import('../components/vue-ui-world.vue')),
69+
VueUiChord: defineAsyncComponent(() => import('../components/vue-ui-chord.vue')),
70+
VueUiRidgeline: defineAsyncComponent(() => import('../components/vue-ui-ridgeline.vue')),
6971
};
7072
7173
const { vue_ui_dashboard: DEFAULT_CONFIG } = useConfig();

0 commit comments

Comments
 (0)