()
| 107 | } |
| 108 | |
| 109 | const hide = (): void => { |
| 110 | toastState.value.visible = false |
| 111 | } |
| 112 | |
| 113 | // 确认对话框 |
| 114 | const confirm = async (options: ConfirmOptions): Promise<boolean> => { |
nothing calls this directly
no outgoing calls
no test coverage detected