add --no-half arg

This commit is contained in:
Qing
2023-01-03 21:30:33 +08:00
parent 6cfc7c30f1
commit 59ee89bd34
5 changed files with 6 additions and 3 deletions

View File

@@ -74,7 +74,6 @@ const Toast = React.forwardRef<
})
Toast.defaultProps = {
desc: '',
state: 'loading',
}