feat(runtime-core): hot module replacement
This commit is contained in:
@@ -37,6 +37,7 @@ export interface FunctionalComponent<P = {}> {
|
||||
props?: ComponentPropsOptions<P>
|
||||
inheritAttrs?: boolean
|
||||
displayName?: string
|
||||
__hmrId?: string
|
||||
}
|
||||
|
||||
export type Component = ComponentOptions | FunctionalComponent
|
||||
|
||||
Reference in New Issue
Block a user