]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(parse): make 'vapor' property optional (#13590)
authoredison <daiwei521@126.com>
Wed, 9 Jul 2025 00:43:57 +0000 (08:43 +0800)
committerGitHub <noreply@github.com>
Wed, 9 Jul 2025 00:43:57 +0000 (08:43 +0800)
packages/compiler-sfc/src/parse.ts

index 98b08a208151687b0221ed4648b040b41002e63a..01d0794e0d8d1dd54c2b8ba92cbc012c0d41dbc2 100644 (file)
@@ -84,7 +84,7 @@ export interface SFCDescriptor {
    */
   slotted: boolean
 
-  vapor: boolean
+  vapor?: boolean
 
   /**
    * compare with an existing descriptor to determine whether HMR should perform