feat(runtime-core): hot module replacement
This commit is contained in:
@@ -66,6 +66,10 @@ export interface ComponentOptionsBase<
|
||||
directives?: Record<string, Directive>
|
||||
inheritAttrs?: boolean
|
||||
|
||||
// SFC & dev only
|
||||
__scopeId?: string
|
||||
__hmrId?: string
|
||||
|
||||
// type-only differentiator to separate OptionWithoutProps from a constructor
|
||||
// type returned by createComponent() or FunctionalComponent
|
||||
call?: never
|
||||
|
||||
Reference in New Issue
Block a user