Skip to content

Commit

Permalink
Bug fixes & improvements + rebuild new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
euvl committed Dec 11, 2018
1 parent b81603f commit d096bff
Show file tree
Hide file tree
Showing 5 changed files with 250 additions and 219 deletions.
2 changes: 1 addition & 1 deletion demo/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<div class="padding">
<h2>And be programatically set/reset</h2>
<div>
<span v-for="(item, i) in items" style="padding: 5px">
<span v-for="(item, i) in items" :key="i" style="padding: 5px">
<toggle-button
:value="item.value"
:color="item.color"
Expand Down
Loading

0 comments on commit d096bff

Please sign in to comment.