Wrongly rendering ordered list
Vue version
3.2.47
Link to minimal reproduction
Steps to reproduce
Create a list of 4 <li>
items in an ordered list <ol>
wrap the list into a div
What is expected?
the content of each item should render properly
What is actually happening?
the text (set by v-text
) isn't rendered
System Info
No response
Any additional comments?
I noticed that the items text is rendered when I:
- remove the
<ol>
class - remove the
<div>
container - remove one of the items
- remove the line break before the text