Skip to content
New issue

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

Unable to locate target [data-app] #1

Open
Gigiart opened this issue Mar 29, 2021 · 3 comments
Open

Unable to locate target [data-app] #1

Gigiart opened this issue Mar 29, 2021 · 3 comments

Comments

@Gigiart
Copy link

Gigiart commented Mar 29, 2021

When I use selectbox from vuetify I get this error Unable to locate target [data-app]. Can you help please?

@Darkside73
Copy link

Unfortunately it is a vuetify issue vuetifyjs/vuetify#7622

@tiagobski
Copy link

Came across this problem today and luckily there is an easy solution - just add data-app to the Vue target:

<div id="app" data-app>
  <v-select
    :items="items"
  />
</div>

Thanks to bereket gebredingle in StackOverflow

@kDevelop-dev
Copy link

kDevelop-dev commented Sep 12, 2023

Actually, you should wrap your vue-component into v-app tag

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants