perf: hoist dynamic props lists

This commit is contained in:
Evan You
2021-07-07 14:47:59 -04:00
parent 979a841946
commit 02339b67d8
5 changed files with 18 additions and 7 deletions

View File

@@ -288,7 +288,7 @@ export interface VNodeCall extends Node {
| ForRenderListExpression // v-for fragment call
| undefined
patchFlag: string | undefined
dynamicProps: string | undefined
dynamicProps: string | SimpleExpressionNode | undefined
directives: DirectiveArguments | undefined
isBlock: boolean
disableTracking: boolean