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 @@ -66,7 +66,8 @@ const components = {
6666 VueUiFlow: defineAsyncComponent (() => import (' ./vue-ui-flow.vue' )),
6767 VueUiParallelCoordinatePlot: defineAsyncComponent (() => import (' ./vue-ui-parallel-coordinate-plot.vue' )),
6868 VueUiTimer: defineAsyncComponent (() => import (' ./vue-ui-timer.vue' )),
69- VueUiCarouselTable: defineAsyncComponent (() => import (' ./vue-ui-carousel-table.vue' ))
69+ VueUiCarouselTable: defineAsyncComponent (() => import (' ./vue-ui-carousel-table.vue' )),
70+ VueUiGizmo: defineAsyncComponent (() => import (' ./vue-ui-gizmo.vue' ))
7071};
7172
7273const componentProps = {
@@ -123,7 +124,8 @@ const componentProps = {
123124 VueUiFlow: [' config' , ' dataset' ],
124125 VueUiParallelCoordinatePlot: [' config' , ' dataset' ],
125126 VueUiTimer: [' config' ],
126- VueUiCarouselTable: [' config' , ' dataset' ]
127+ VueUiCarouselTable: [' config' , ' dataset' ],
128+ VueUiGizmo: [' config' , ' dataset' ]
127129};
128130
129131const emit = defineEmits ([
You can’t perform that action at this time.
0 commit comments