Skip to content

Commit 620bc1b

Browse files
committed
Dev environment - Show test chart with default config
1 parent 8407341 commit 620bc1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

TestingArena/ArenaVueUiChord.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const config = computed(()=> {
122122
}"/>
123123
</div>
124124

125-
<Box>
125+
<Box comp="VueUiChord" :dataset="dataset">
126126
<template #title>VueUiChord</template>
127127

128128
<template #local>

TestingArena/ArenaVueUiGizmo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const step = ref(0)
3434

3535
<template>
3636
<input type="range" v-model="dataset" :min="0" :max="100"/>
37-
<Box>
37+
<Box comp="VueUiGizmo" :dataset="dataset">
3838
<template #title>VueUiGizmo</template>
3939

4040
<template #local>

TestingArena/ArenaVueUiMoodRadar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const step = ref(0)
133133
<option v-for="opt in themeOptions">{{ opt }}</option>
134134
</select>
135135
</div>
136-
<Box>
136+
<Box comp="VueUiMoodRadar" :dataset="dataset">
137137
<template #title>VueUiMoodRadar</template>
138138

139139
<template #local>

0 commit comments

Comments
 (0)