Browse Source

chore: fix typo

daiwei 6 tháng trước cách đây
mục cha
commit
1de93d8193
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
 }