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 bb91eed commit 89c9eb0Copy full SHA for 89c9eb0
src/components/vue-ui-dashboard.vue
@@ -66,6 +66,8 @@ const builtInComponents = {
66
VueUiHistoryPlot : defineAsyncComponent(() => import('../components/vue-ui-history-plot.vue')),
67
VueUiCirclePack : defineAsyncComponent(() => import('../components/vue-ui-circle-pack.vue')),
68
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')),
71
};
72
73
const { vue_ui_dashboard: DEFAULT_CONFIG } = useConfig();
0 commit comments