chore: fix type
This commit is contained in:
parent
98d1406214
commit
acda3cf2d9
@ -107,7 +107,7 @@ interface SetupContext {
|
|||||||
emit: ((event: string, ...args: unknown[]) => void)
|
emit: ((event: string, ...args: unknown[]) => void)
|
||||||
}
|
}
|
||||||
|
|
||||||
export type ComponentInstance<P = {}, S = {}> = {
|
export type ComponentInstance<P = Data, S = Data> = {
|
||||||
type: FunctionalComponent | ComponentOptions
|
type: FunctionalComponent | ComponentOptions
|
||||||
parent: ComponentInstance | null
|
parent: ComponentInstance | null
|
||||||
appContext: AppContext
|
appContext: AppContext
|
||||||
|
Loading…
x
Reference in New Issue
Block a user