File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ const configs = computed(() => {
244244
245245 <template #skeleton >
246246 <!-- This empty div overrides the default built-in scanning animation on load -->
247- <div / >
247+ <div ></ div >
248248 </template >
249249 </VueUiSparkline >
250250 </div >
Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ const config = computed<VueUiHorizontalBarConfig>(() => {
345345
346346 <template #skeleton >
347347 <!-- This empty div overrides the default built-in scanning animation on load -->
348- <div / >
348+ <div ></ div >
349349 </template >
350350 </VueUiHorizontalBar >
351351 </ClientOnly >
Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ const config = computed<VueUiSparklineConfig>(() => {
434434
435435 <template #skeleton >
436436 <!-- This empty div overrides the default built-in scanning animation on load -->
437- <div / >
437+ <div ></ div >
438438 </template >
439439 </VueUiSparkline >
440440 <template #fallback >
You can’t perform that action at this time.
0 commit comments