Create a Dropdown with Vue-MultiSelect
A dropdown is often something we want to add in Vue apps.
To make our lives easier, we can use a component library to add it.
In this article, we’ll look at how to create a dropdown with Vue-MultiSelect
Getting Started
We can install Vuetify by running:
npm install vue-multiselect --save