Browse Source

chore: fix typo

daiwei 5 months ago
parent
commit
1de93d8193
1 changed files with 1 additions and 1 deletions
  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,
   IS_COMPONENT = 1 << 1,
   /**
   /**
-   * v-for inside v-ince
+   * v-for inside v-once
    */
    */
   ONCE = 1 << 2,
   ONCE = 1 << 2,
 }
 }