mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Dialog): fix dialog docs typo (#11296)
This commit is contained in:
parent
a0371ed791
commit
69b5ea6348
@ -153,7 +153,7 @@ Vant exports following Dialog utility functions:
|
||||
| showCancelButton | Whether to show cancel button | _boolean_ | `false` |
|
||||
| cancelButtonText | Cancel button text | _string_ | `Cancel` |
|
||||
| cancelButtonColor | Cancel button color | _string_ | `black` |
|
||||
| confirmButtonDisabled `v3.5.0` | Whether to disable cancel button | _boolean_ | `false` |
|
||||
| cancelButtonDisabled `v3.5.0` | Whether to disable cancel button | _boolean_ | `false` |
|
||||
| confirmButtonText | Confirm button text | _string_ | `Confirm` |
|
||||
| confirmButtonColor | Confirm button color | _string_ | `#ee0a24` |
|
||||
| confirmButtonDisabled `v3.5.0` | Whether to disable confirm button | _boolean_ | `false` |
|
||||
|
Loading…
x
Reference in New Issue
Block a user