-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue Starter Error #72
Comments
I cannot build the reproduction sample at all for some reason but the cause of the error could be that Vue or a VS Code extension complains about the hello.vue template having multiple children. One could try to puth these in one div like so:
|
Ignore my previous comment, multiple elements in a template shouldn't be an issue in Vue 3. Although it could be related to what I see now: |
Hey, I tried uninstalling Vetur, but the error still persists. I agree that it has something to do with comment, but there is something else going on: (This causes an error)
(This doesn't)
It seems like the compiler simply doesn't like some element combinations, I guess? I really struggle to understand this. |
Cf. https://forums.creativeclouddeveloper.com/t/bug-rendering-img-causes-error/4564
Reported by: "Tobjoern"
Error message:
Reproduction is available at: https://github.com/Tobjoern/ui-vue-3-starter-bug
The text was updated successfully, but these errors were encountered: