wip(ssr): element scopeId

This commit is contained in:
Evan You
2020-02-06 16:51:26 -05:00
parent 4cc39e14a2
commit 797cc18967
5 changed files with 49 additions and 21 deletions

View File

@@ -118,6 +118,7 @@ function createTransformContext(
nodeTransforms = [],
directiveTransforms = {},
isBuiltInComponent = NOOP,
scopeId = null,
ssr = false,
onError = defaultOnError
}: TransformOptions
@@ -130,6 +131,7 @@ function createTransformContext(
nodeTransforms,
directiveTransforms,
isBuiltInComponent,
scopeId,
ssr,
onError,