You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the issue is related to 1.x -> 2.0 upgrade, read the Migration Guide first.
Describe the bug
In the following code snippet, when I make changes inside the div tag and save my code, only the last item gets updated in the browser. I have to refresh the page for the changes to be applied to all the other items.
<ul><liv-for="todo in todos" :key="todo.id"><span>{{ todo.text }}</span><div><!-- Only last item is updated --><button>Archive</button></div></li></ul>
(Maybe I'm missing something obvious here? From what I read, nesting div inside li is valid HTML.)
Describe the bug
In the following code snippet, when I make changes inside the
div
tag and save my code, only the last item gets updated in the browser. I have to refresh the page for the changes to be applied to all the other items.(Maybe I'm missing something obvious here? From what I read, nesting
div
insideli
is valid HTML.)Reproduction
https://github.com/mornir/vite-project
System Info
vite
version: 2.0.0-beta.69Thanks for this awesome tool! ❤
The text was updated successfully, but these errors were encountered: