mirror of https://github.com/vuejs/core.git
fix(compiler-core): fix referencing typo (#9708)
This commit is contained in:
parent
509c192ff4
commit
3071de44bc
|
@ -819,7 +819,7 @@ export default class Tokenizer {
|
|||
}
|
||||
}
|
||||
private stateBeforeDeclaration(c: number): void {
|
||||
if (c === CharCodes.LeftSqaure) {
|
||||
if (c === CharCodes.LeftSquare) {
|
||||
this.state = State.CDATASequence
|
||||
this.sequenceIndex = 0
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue