feat: modal state locked on submitting (#5401)

* feat: modal state locked on submitting

* docs: 更新modal文档
This commit is contained in:
Netfan
2025-01-15 17:00:46 +08:00
committed by GitHub
parent 13087a10b7
commit 8cc903c0e1
8 changed files with 71 additions and 25 deletions

View File

@@ -109,6 +109,8 @@ type MergeAll<
type EmitType = (name: Name, ...args: any[]) => void;
type MaybePromise<T> = Promise<T> | T;
export type {
AnyFunction,
AnyNormalFunction,
@@ -118,6 +120,7 @@ export type {
EmitType,
IntervalHandle,
MaybeComputedRef,
MaybePromise,
MaybeReadonlyRef,
Merge,
MergeAll,