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
linzhe141
changed the title
When the user uses a specific key in v-if, the key provided by the user should be used instead of the key set inside vue.
When a user specifies a specific key within a v-if directive, Vue should use the user-provided key instead of its internally generated key.
Aug 28, 2024
Vue version
3.4.38
Link to minimal reproduction
https://play.vuejs.org/#eNp9UclOwzAQ/ZWRL22l0gU4lbQSoB5AYhH06IubToJbx468hKKq/844UbogVEeKZn3z3syO3ZfloArIJizxWJRKeJxxDZCsZFUbZLYJqK5kNuUsUyLnDCYb/CFvPBpxNhOnLxmeYZ1DoHLY9l6P6ubl8f1pTYYNj7MwuS61svSghM4Jxjui49CHkrKyKI31sAOLWR+MfjFBe1zBHjJrCuiQ2s4d16nRzoNYpjCFcetGZeRTZ9fbgD2qi98BpNvtwXQGu0iN5i1kgSb40yjUGINKqICElAlSSygA+z7QpkYRch9/ybDRMGN94k/jM5kP1s5oOkWNxFlqilIqtG+ll0SPs0k7gzOhlPl+rmORab+Np1+Ybv6Jr902xjh7t+jQVsjZIeeFzdE36fnnK27JPiQLswqKqi8kP9AZFSLHpuwh6BXRPqmr2T7Vh5E6X7j51qN2rahItFlRo5su9HhB+pHuzeC27qOVsv0v96nqiw==
Steps to reproduce
What is expected?
The compiled results should be key: 100, key: 2000
What is actually happening?
The compiled results are actually key: 0, key: 1
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: