|
@@ -77,6 +77,7 @@ export function compile(
|
|
|
on: noopDirectiveTransform,
|
|
on: noopDirectiveTransform,
|
|
|
cloak: noopDirectiveTransform,
|
|
cloak: noopDirectiveTransform,
|
|
|
once: noopDirectiveTransform,
|
|
once: noopDirectiveTransform,
|
|
|
|
|
+ memo: noopDirectiveTransform,
|
|
|
...(options.directiveTransforms || {}) // user transforms
|
|
...(options.directiveTransforms || {}) // user transforms
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|