This website works better with JavaScript
Home
Explore
Help
Register
Sign In
vuejs
/
core
mirror of
https://github.com/vuejs/core.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
chore: break compat mode v-for/v-if precedence check loop early (
#4773
)
Che Guevara
4 years ago
parent
759ae31e08
commit
e772108922
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
packages/compiler-core/src/parse.ts
+ 1
- 0
packages/compiler-core/src/parse.ts
View File
@@ -600,6 +600,7 @@ function parseTag(
context,
getSelection(context, start)
)
+ break
}
}
}