Skip to content

List Rendering should switch to say that v-if has a higher priority over v-for #534

Closed
@susanBuck

Description

@susanBuck

In v3, the precedence of v-for and v-if when used on the same node is is now switched.

  • v2: v-for takes precedence over v-if
  • v3: v-if takes precedence over v-for

The v3 notes on List Rendering (https://v3.vuejs.org/guide/list.html#v-for-with-v-if) should be updated to reflect this.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions