We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cf234 commit 25e075dCopy full SHA for 25e075d
packages/compiler-sfc/src/parse.ts
@@ -84,7 +84,7 @@ export interface SFCDescriptor {
84
*/
85
slotted: boolean
86
87
- vapor: boolean
+ vapor?: boolean
88
89
/**
90
* compare with an existing descriptor to determine whether HMR should perform
0 commit comments