chore: fix ci (#338)
This commit is contained in:
committed by
Evan You
parent
58593c4714
commit
39157f7671
@@ -98,7 +98,8 @@ export function parse(content: string, options: ParserOptions = {}): RootNode {
|
||||
directives: [],
|
||||
hoists: [],
|
||||
codegenNode: undefined,
|
||||
loc: getSelection(context, start)
|
||||
loc: getSelection(context, start),
|
||||
cached: 0
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user