fix(hmr): fix custom elements hmr edge cases
This commit is contained in:
@@ -290,6 +290,10 @@ export interface ComponentInternalInstance {
|
||||
* is custom element?
|
||||
*/
|
||||
isCE?: boolean
|
||||
/**
|
||||
* custom element specific HMR method
|
||||
*/
|
||||
ceReload?: () => void
|
||||
|
||||
// the rest are only for stateful components ---------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user