File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ const components = {
6767 VueUiParallelCoordinatePlot: defineAsyncComponent (() => import (' ./vue-ui-parallel-coordinate-plot.vue' )),
6868 VueUiTimer: defineAsyncComponent (() => import (' ./vue-ui-timer.vue' )),
6969 VueUiCarouselTable: defineAsyncComponent (() => import (' ./vue-ui-carousel-table.vue' )),
70- VueUiGizmo: defineAsyncComponent (() => import (' ./vue-ui-gizmo.vue' ))
70+ VueUiGizmo: defineAsyncComponent (() => import (' ./vue-ui-gizmo.vue' )),
71+ VueUiStackbar: defineAsyncComponent (() => import (' ./vue-ui-stackbar.vue' )),
7172};
7273
7374const componentProps = {
@@ -125,7 +126,8 @@ const componentProps = {
125126 VueUiParallelCoordinatePlot: [' config' , ' dataset' ],
126127 VueUiTimer: [' config' ],
127128 VueUiCarouselTable: [' config' , ' dataset' ],
128- VueUiGizmo: [' config' , ' dataset' ]
129+ VueUiGizmo: [' config' , ' dataset' ],
130+ VueUiStackbar: [' config' , ' dataset' ]
129131};
130132
131133const emit = defineEmits ([
You can’t perform that action at this time.
0 commit comments