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
README.md. The style guide has a whole entry about not using v-for and v-if on the same element. While that's still true the explanation that goes with it is now back-to-front.
directives.md. The API entry for v-if. It should probably also make an attempt to discourage using the two together.
list.md. The section 'v-for with v-if'.
conditional.md. The section 'v-if with v-for'.
It would also be nice if the migration guide entry provided some explanation as to why the change was made. Introducing a breaking change without providing any motivation or justification seems likely to annoy people.
In v3, the precedence of v-for and v-if when used on the same node is is now switched.
The v3 notes on List Rendering (https://v3.vuejs.org/guide/list.html#v-for-with-v-if) should be updated to reflect this.
The text was updated successfully, but these errors were encountered: