V-model support without requiring value prop
Have you ever wished to create a component that supports v-model directive, but works without it as well? First things first. If you've tried Vue.js you've probably learned that you can bind variables on inputs. This creates a two-way data binding wh...
Jun 6, 20213 min read102

