|
@@ -51,7 +51,7 @@ export const transformModel: DirectiveTransform = (dir, node, context) => {
|
|
|
}
|
|
}
|
|
|
// inject runtime directive
|
|
// inject runtime directive
|
|
|
// by returning the helper symbol via needRuntime
|
|
// by returning the helper symbol via needRuntime
|
|
|
- // the import will replaced a resovleDirective call.
|
|
|
|
|
|
|
+ // the import will replace the resovleDirective call.
|
|
|
res.needRuntime = context.helper(directiveToUse)
|
|
res.needRuntime = context.helper(directiveToUse)
|
|
|
} else {
|
|
} else {
|
|
|
context.onError(
|
|
context.onError(
|