fix(v-model): allow v-model usage on declared custom elements
fix #1699
This commit is contained in:
@@ -117,6 +117,7 @@ export function createTransformContext(
|
||||
directiveTransforms = {},
|
||||
transformHoist = null,
|
||||
isBuiltInComponent = NOOP,
|
||||
isCustomElement = NOOP,
|
||||
expressionPlugins = [],
|
||||
scopeId = null,
|
||||
ssr = false,
|
||||
@@ -134,6 +135,7 @@ export function createTransformContext(
|
||||
directiveTransforms,
|
||||
transformHoist,
|
||||
isBuiltInComponent,
|
||||
isCustomElement,
|
||||
expressionPlugins,
|
||||
scopeId,
|
||||
ssr,
|
||||
|
||||
Reference in New Issue
Block a user