feat(runtime-dom): support async component in defineCustomElement
close #4261
This commit is contained in:
@@ -293,7 +293,7 @@ export interface ComponentInternalInstance {
|
||||
/**
|
||||
* custom element specific HMR method
|
||||
*/
|
||||
ceReload?: () => void
|
||||
ceReload?: (newStyles?: string[]) => void
|
||||
|
||||
// the rest are only for stateful components ---------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user