wip: template binding optimization

This commit is contained in:
Evan You
2020-07-10 22:12:25 -04:00
parent b51b79f5c4
commit b6cdd5621e
12 changed files with 81 additions and 30 deletions

View File

@@ -120,6 +120,7 @@ export function createTransformContext(
expressionPlugins = [],
scopeId = null,
ssr = false,
bindingMetadata = {},
onError = defaultOnError
}: TransformOptions
): TransformContext {
@@ -135,6 +136,7 @@ export function createTransformContext(
expressionPlugins,
scopeId,
ssr,
bindingMetadata,
onError,
// state