| 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-modelattribute to a data property. - We access the DOM element through
this.$els.someRefafter having tagged it with av-ref:someRefattribute.