Implementing the Vue JS Tag Component

Originally published at: Implementing the Vue JS Tag Component - Server Side Up

In the last tutorial we built a Vue JS tag component Vue JS Tag input - Server Side Up. Now we have to implement the tagging component. We will be doing this on the NewCafe.vue page. Step 1: Implement the Vue TagsInput component on the new Cafe page. To do this, first open up /resources/assets/js/pages/NewCafe.vue. This is our form to add a…