mirror of
https://gitee.com/vuejs/vue.git
synced 2024-11-29 18:47:39 +08:00
chore: typo [skip ci] (#12364)
This commit is contained in:
parent
86f8b52822
commit
e78568ec20
@ -1516,7 +1516,7 @@ function parse (
|
||||
}
|
||||
},
|
||||
comment: function comment (text, start, end) {
|
||||
// adding anyting as a sibling to the root node is forbidden
|
||||
// adding anything as a sibling to the root node is forbidden
|
||||
// comments should still be allowed, but ignored
|
||||
if (currentParent) {
|
||||
var child = {
|
||||
|
Loading…
Reference in New Issue
Block a user