Merge 259274a307
into 5f8314cb7f
This commit is contained in:
commit
e534794ae7
|
@ -156,7 +156,7 @@ export function defineComponent<
|
||||||
props: Props,
|
props: Props,
|
||||||
ctx: SetupContext<E, S>,
|
ctx: SetupContext<E, S>,
|
||||||
) => RenderFunction | Promise<RenderFunction>,
|
) => RenderFunction | Promise<RenderFunction>,
|
||||||
options?: Pick<ComponentOptions, 'name' | 'inheritAttrs'> & {
|
options?: Pick<ComponentOptions, 'name' | 'inheritAttrs' | 'components'> & {
|
||||||
props?: (keyof Props)[]
|
props?: (keyof Props)[]
|
||||||
emits?: E | EE[]
|
emits?: E | EE[]
|
||||||
slots?: S
|
slots?: S
|
||||||
|
@ -172,7 +172,7 @@ export function defineComponent<
|
||||||
props: Props,
|
props: Props,
|
||||||
ctx: SetupContext<E, S>,
|
ctx: SetupContext<E, S>,
|
||||||
) => RenderFunction | Promise<RenderFunction>,
|
) => RenderFunction | Promise<RenderFunction>,
|
||||||
options?: Pick<ComponentOptions, 'name' | 'inheritAttrs'> & {
|
options?: Pick<ComponentOptions, 'name' | 'inheritAttrs' | 'components'> & {
|
||||||
props?: ComponentObjectPropsOptions<Props>
|
props?: ComponentObjectPropsOptions<Props>
|
||||||
emits?: E | EE[]
|
emits?: E | EE[]
|
||||||
slots?: S
|
slots?: S
|
||||||
|
|
Loading…
Reference in New Issue