Skip to content

Commit d096bff

Browse files
committed
Bug fixes & improvements + rebuild new feature
1 parent b81603f commit d096bff

File tree

5 files changed

+250
-219
lines changed

5 files changed

+250
-219
lines changed

demo/src/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<div class="padding">
8080
<h2>And be programatically set/reset</h2>
8181
<div>
82-
<span v-for="(item, i) in items" style="padding: 5px">
82+
<span v-for="(item, i) in items" :key="i" style="padding: 5px">
8383
<toggle-button
8484
:value="item.value"
8585
:color="item.color"

0 commit comments

Comments
 (0)