Browse Source

chore: add comment

daiwei 1 year ago
parent
commit
637409af75
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/server-renderer/src/render.ts

+ 1 - 0
packages/server-renderer/src/render.ts

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