Skip to content

Commit 1490cd2

Browse files
committed
Improvement - VueUiNestedDonuts - Add optional start animation
1 parent 0c7aac6 commit 1490cd2

File tree

5 files changed

+904
-593
lines changed

5 files changed

+904
-593
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@
110110
"vitest": "^3.1.1",
111111
"vue": "^3.5.14"
112112
}
113-
}
113+
}

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const components = ref([ //------|
125125
* Modify the index to display a component
126126
* [0] = VueUiXy
127127
*/
128-
const selectedComponent = ref(components.value[12]);
128+
const selectedComponent = ref(components.value[30]);
129129
130130
/**
131131
* Legacy testing arena where some non chart components can be tested

0 commit comments

Comments
 (0)