mirror of https://github.com/vuejs/core.git
fix(parse): make 'vapor' property optional (#13590)
This commit is contained in:
parent
d0cf234f8d
commit
25e075d967
|
@ -84,7 +84,7 @@ export interface SFCDescriptor {
|
||||||
*/
|
*/
|
||||||
slotted: boolean
|
slotted: boolean
|
||||||
|
|
||||||
vapor: boolean
|
vapor?: boolean
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* compare with an existing descriptor to determine whether HMR should perform
|
* compare with an existing descriptor to determine whether HMR should perform
|
||||||
|
|
Loading…
Reference in New Issue