chore: rename & property missing (#335)

This commit is contained in:
HcySunYang
2019-10-21 22:00:23 +08:00
committed by Evan You
parent 65bd838cb8
commit 71f3826f99
5 changed files with 6 additions and 5 deletions

View File

@@ -396,7 +396,7 @@ export interface DynamicSlotFnProperty extends Property {
value: SlotFunctionExpression
}
// applyDirectives(createVNode(...), [
// withDirectives(createVNode(...), [
// [_directive_foo, someValue],
// [_directive_bar, someValue, "arg", { mod: true }]
// ])

View File

@@ -97,6 +97,7 @@ export function parse(content: string, options: ParserOptions = {}): RootNode {
components: [],
directives: [],
hoists: [],
cached: 0,
codegenNode: undefined,
loc: getSelection(context, start),
cached: 0