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? 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
3.3.4
https://stackblitz.com/edit/vitejs-vite-hfaexh?file=src%2FApp.vue
whitespace: "preserve"
vite.config.js
<template #foo v-if="true">Foo slot content</template> <template #foo v-else>Other content</template>
npm run dev
No compiler error
Compiler error: "v-else/v-else-if has no adjacent v-if or v-else-if"
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Vue version
3.3.4
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-hfaexh?file=src%2FApp.vue
Steps to reproduce
whitespace: "preserve"
option to compilerOptions invite.config.js
For example:
npm run dev
What is expected?
No compiler error
What is actually happening?
Compiler error: "v-else/v-else-if has no adjacent v-if or v-else-if"
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: