why v-memo doesn't work? #605
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
/cc @zhiyuanzmj |
Beta Was this translation helpful? Give feedback.
-
|
@manyuemeiquqi |
Beta Was this translation helpful? Give feedback.
-
|
I attempt optimize jsx performance in this file but i don't know why memo doesn't work , and i remove it. I want to ask you, is it only support in .vue file ? like this ? script lang="tsx" |
Beta Was this translation helpful? Give feedback.



Include option only support
.setup.tsx|.setup.jsx|.vueby default.You need to add
.jsxto include option: