Skip to content

Commit

Permalink
fix(compiler-ssr): handle v-memo in ssr compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 17, 2021
1 parent 71f2206 commit dd9a276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/compiler-ssr/src/index.ts
Expand Up @@ -77,6 +77,7 @@ export function compile(
on: noopDirectiveTransform,
cloak: noopDirectiveTransform,
once: noopDirectiveTransform,
memo: noopDirectiveTransform,
...(options.directiveTransforms || {}) // user transforms
}
})
Expand Down

0 comments on commit dd9a276

Please sign in to comment.