chore: fix missed save
This commit is contained in:
parent
b983c68575
commit
5ecc77df5a
@ -55,7 +55,7 @@ export interface ComponentOptionsBase<
|
|||||||
ctx: SetupContext
|
ctx: SetupContext
|
||||||
) => RawBindings | RenderFunction | void
|
) => RawBindings | RenderFunction | void
|
||||||
name?: string
|
name?: string
|
||||||
template?: string
|
template?: string | object // can be a direct DOM node
|
||||||
// Note: we are intentionally using the signature-less `Function` type here
|
// Note: we are intentionally using the signature-less `Function` type here
|
||||||
// since any type with signature will cause the whole inference to fail when
|
// since any type with signature will cause the whole inference to fail when
|
||||||
// the return expression contains reference to `this`.
|
// the return expression contains reference to `this`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user