Framework | Code size | Bundle size | Author | Github |
---|---|---|---|---|
Vue 1.0.26 | 457 | 272528 | krawaller | link |
No surprises here, this is a vanilla Vue implementation.
- Two-way databinding is set up by pointing the
v-model
attribute to a data property. - We access the DOM element through
this.$els.someRef
after having tagged it with av-ref:someRef
attribute.