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? # 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
2.6.13
https://codesandbox.io/s/boring-paper-gxdk3?file=/src/App.vue
Open repro, open App.vue. See that what is inside of the default template is not rendered. Remove the #default from the <template> tag and it works.
#default
<template>
List should render. In vue 2.6.12 it did.
List is not rendered.
The text was updated successfully, but these errors were encountered:
Already fixed. Please check existing issues first
Sorry, something went wrong.
Okay great, could not find any, can you link it?
#12102 , #12104 and #12107
No branches or pull requests
Version
2.6.13
Reproduction link
https://codesandbox.io/s/boring-paper-gxdk3?file=/src/App.vue
Steps to reproduce
Open repro, open App.vue.
See that what is inside of the default template is not rendered. Remove the
#default
from the<template>
tag and it works.What is expected?
List should render. In vue 2.6.12 it did.
What is actually happening?
List is not rendered.
The text was updated successfully, but these errors were encountered: