mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 08:37:23 +00:00
[bugfix] Toast: missing clear method type definition (#2354)
This commit is contained in:
1
types/toast.d.ts
vendored
1
types/toast.d.ts
vendored
@@ -19,6 +19,7 @@ export interface VanToast extends Vue, VanPopupMixin {
|
||||
loadingType: string;
|
||||
forbidClick: boolean;
|
||||
message: ToastMessage;
|
||||
clear(): void;
|
||||
}
|
||||
|
||||
export interface Toast {
|
||||
|
Reference in New Issue
Block a user