Skip to content

Commit 89b4ee9

Browse files
committed
ensure v-if/v-for priority (fix vuejs#2573)
1 parent 655df43 commit 89b4ee9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/directives/priorities.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export const TRANSITION = 1100
55
export const EL = 1500
66
export const COMPONENT = 1500
77
export const PARTIAL = 1750
8-
export const FOR = 2000
9-
export const IF = 2000
10-
export const SLOT = 2100
8+
export const IF = 2100
9+
export const FOR = 2200
10+
export const SLOT = 2300

0 commit comments

Comments
 (0)