How to make reusable form input element in Vue.js 2.6 and Vue.js 3.0
Some months ago I've attended the Vue.js Workshop held by Chris Fritz. In this workshop, he showed us a Vue.js component wrapping technique which is called transparent wrapper component
With this technique, you can give to native components like input, selects and other inputs superpowers. We will go over every part of this pattern and understand how it's done.