Vue.js Tip #6 Tag editor component
To finish our tag component, we are going to wrap the tag-input and tag-list in a single tag-editor control.
A good practice in Vue.js is to create tiny and specific controls, that are put together to compose bigger components, like this: