chore(Toast): improve clear method

This commit is contained in:
chenjiahan
2020-09-01 09:52:42 +08:00
parent 6e6cfe5c65
commit 4ddf4e7018
2 changed files with 3 additions and 6 deletions
+1
View File
@@ -26,6 +26,7 @@ export function usePopupState() {
return {
open,
close,
state,
toggle,
};