Skip to content

Commit 25e075d

Browse files
authored
fix(parse): make 'vapor' property optional (#13590)
1 parent d0cf234 commit 25e075d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-sfc/src/parse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export interface SFCDescriptor {
8484
*/
8585
slotted: boolean
8686

87-
vapor: boolean
87+
vapor?: boolean
8888

8989
/**
9090
* compare with an existing descriptor to determine whether HMR should perform

0 commit comments

Comments
 (0)