daiwei 7 mesi fa
parent
commit
1de93d8193
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/shared/src/vaporFlags.ts

+ 1 - 1
packages/shared/src/vaporFlags.ts

@@ -14,7 +14,7 @@ export enum VaporVForFlags {
    */
   IS_COMPONENT = 1 << 1,
   /**
-   * v-for inside v-ince
+   * v-for inside v-once
    */
   ONCE = 1 << 2,
 }