Framework | Code size | Bundle size | Author | Github |
---|---|---|---|---|
Vue 1.0.26 | 545 | 272661 | krawaller | link |
No surprises here, this is a vanilla Vue implementation.
- We read from localStorage when the
data
is initialised - We use the
v-for
directive to render many buttons - We use
v-bind:class
for dynamicactive
class - We use
v-on:click="vote($index)"
to actively call thevote
method with the correct index