Forráskód Böngészése

chore: add comment

daiwei 1 éve
szülő
commit
637409af75
1 módosított fájl, 1 hozzáadás és 0 törlés
  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
       }