0👍
Simplest solution
.multiselect__select {
@apply <tailwind-classes-here>
}
https://github.com/shentao/vue-multiselect/issues/287
Hints
check Multiselect styles section here:
https://github.com/shentao/vue-multiselect/blob/next/src/Multiselect.vue
to get know which styles you want to override.
- [Vuejs]-Can't reach data variable inside function?
- [Vuejs]-Handle Email Confirmation Redirect with Vue-Router
Source:stackexchange.com