Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(compiler-ssr): no need to inject resolveDirective calls for setup…
… custom directives
  • Loading branch information
yyx990803 committed Feb 12, 2022
1 parent 0342fae commit 436c500
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -338,7 +338,6 @@ export function buildSSRProps(
}
if (directives.length) {
for (const dir of directives) {
context.directives.add(dir.name)
mergePropsArgs.push(
createCallExpression(context.helper(SSR_GET_DIRECTIVE_PROPS), [
`_ctx`,
Expand Down

0 comments on commit 436c500

Please sign in to comment.