0👍
Thanks @shob for helping me out to solve this issue
v-if="options.genreoptions"
mode="tags"
:searchable="true"
:createTag="true"
multipleLabel="true"
label='title'
v-model="genre"
:options="options.genreoptions"
valueProp="id"
:show-no-results= "false"
/multiselect>
- [Vuejs]-Extracting component classes with @apply display background image still error
- [Vuejs]-Laravel Routes not working when using vue js
Source:stackexchange.com