chore: add comment

This commit is contained in:
daiwei 2024-12-09 21:37:58 +08:00
parent 059b3cbd17
commit 637409af75
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ function renderComponentSubTree(
} }
if (vShowValue) { if (vShowValue) {
// v-show has higher priority
if (attrs) attrs = mergeProps(attrs, vShowValue) if (attrs) attrs = mergeProps(attrs, vShowValue)
else attrs = vShowValue else attrs = vShowValue
} }