Custom select with Vue.js

Understanding v-model by binding an object

Juli Colombo
devartis
Published in
4 min readMar 28, 2019

--

This post is about creating complex custom components that can be really helpful when developing the frontend of an application with Vue.js.

There are some main concepts about Vue.js that I will skip to keep it short, but I will leave some links with resources throughout the article.

--

--