We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When I use selectbox from vuetify I get this error Unable to locate target [data-app]. Can you help please?
The text was updated successfully, but these errors were encountered:
Unfortunately it is a vuetify issue vuetifyjs/vuetify#7622
Sorry, something went wrong.
Came across this problem today and luckily there is an easy solution - just add data-app to the Vue target:
data-app
<div id="app" data-app> <v-select :items="items" /> </div>
Thanks to bereket gebredingle in StackOverflow
Actually, you should wrap your vue-component into v-app tag
No branches or pull requests
When I use selectbox from vuetify I get this error Unable to locate target [data-app]. Can you help please?
The text was updated successfully, but these errors were encountered: