I'm currently trying to build a Vue application with Vue as a framework for material design, however when I build my project I get a warning which permits me from seeing any of the built UI.
The error is this:
[Vuetify] Unable to locate target [data-app]
found in
VDialog > VApp > App at App.vue > Root
I can't even run an example pages that are prepared for them to run.
I've tried and data-app attribute in the element, but withouth any success.
If anyone had faced this issue it would be great if you could share the solution or guide me towards more help.