You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When creating the simplest example based on official documentation with Vue 3, the UI will not render. The following error will show up:
Im stuck on this same bug. some ideas?
-Edit
I could make it work using a v-if and the lifehook onNuxtReady(), failed with just onMounted.. but i tried to put a setTimeout and worked, so i found onNuxtReady lifehook wokring fine without any timeout
Describe the bug
When creating the simplest example based on official documentation with Vue 3, the UI will not render. The following error will show up:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should render the text (but nothing showed up)
Screenshots
See attached
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: