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 a7d018b commit fd4065dCopy full SHA for fd4065d
src/index.js
100644
100755
@@ -61,6 +61,7 @@ export const VueUiXy = defineAsyncComponent(() => import("./components/vue-ui-xy
61
export const VueUiXyCanvas = defineAsyncComponent(() => import("./components/vue-ui-xy-canvas.vue"))
62
export const VueUiCarouselTable = defineAsyncComponent(() => import('./components/vue-ui-carousel-table.vue'))
63
export const VueUiGizmo = defineAsyncComponent(() => import('./components/vue-ui-gizmo.vue'))
64
+export const VueUiStackbar = defineAsyncComponent(() => import('./components/vue-ui-stackbar.vue'))
65
export {
66
createWordCloudDatasetFromPlainText,
67
getPalette,
0 commit comments