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.2.47
https://sfc.vuejs.org/#eNqtkV1qwzAQhK8i9BxJNAkUjFvSe+ghrr20avWHtHZbgu/elZ3WaQqBQN5mv1lmYPfAn2KUQw+84nVuk4nIMmAfH7Wv1QxI0oDgom0QaGKs7swwCZLBstY2OT9o7r7EJDU/mmRb8yMZGwTCJ9LighjbF3a3X9Biq2tj1reJ2dwmZnsxplbBzsdU8zVr9XtjvuLGxZBQuCbKtxw8/edQlvXRoBtXbCKF0QPLrPkrYsyVUr2P7y+yDU7tyFOp92gciC643Uau5faeOjOecgnZiecUPjIkatR8dRKuCA6QRALfQYJ0sexs90/hmfevtHSO2o98/AbBn8RD
Create a list of 4 <li> items in an ordered list <ol> wrap the list into a div
<li>
<ol>
div
the content of each item should render properly
the text (set by v-text) isn't rendered
v-text
No response
I noticed that the items text is rendered when I:
<div>
The text was updated successfully, but these errors were encountered:
fix(compiler-dom): handle newlines when evaluating constants during s…
5261085
…tringification (#7995) fix #7994
518318d
…tringification (vuejs#7995) fix vuejs#7994
Successfully merging a pull request may close this issue.
Vue version
3.2.47
Link to minimal reproduction
https://sfc.vuejs.org/#eNqtkV1qwzAQhK8i9BxJNAkUjFvSe+ghrr20avWHtHZbgu/elZ3WaQqBQN5mv1lmYPfAn2KUQw+84nVuk4nIMmAfH7Wv1QxI0oDgom0QaGKs7swwCZLBstY2OT9o7r7EJDU/mmRb8yMZGwTCJ9LighjbF3a3X9Biq2tj1reJ2dwmZnsxplbBzsdU8zVr9XtjvuLGxZBQuCbKtxw8/edQlvXRoBtXbCKF0QPLrPkrYsyVUr2P7y+yDU7tyFOp92gciC643Uau5faeOjOecgnZiecUPjIkatR8dRKuCA6QRALfQYJ0sexs90/hmfevtHSO2o98/AbBn8RD
Steps to reproduce
Create a list of 4
<li>
items in an ordered list<ol>
wrap the list into adiv
What is expected?
the content of each item should render properly
What is actually happening?
the text (set by
v-text
) isn't renderedSystem Info
No response
Any additional comments?
I noticed that the items text is rendered when I:
<ol>
class<div>
containerThe text was updated successfully, but these errors were encountered: