|
|
@@ -243,13 +243,13 @@ Set `close on click override` to control whether the click mask is closed. If it
|
|
|
| overlay-class | Custom mask class name | string | - |
|
|
|
| overlay-style | Custom Mask Style | CSSProperties | - |
|
|
|
| lock-scroll | Whether the background is locked when the mask is displayed | boolean | `true` |
|
|
|
-| close-on-click-overlay | Whether to close the mask when clicking. If you set `false`, the `click` event will become invalid | boolean | `true` |
|
|
|
+| close-on-click-overlay | Whether to close the mask when clicking. | boolean | `true` |
|
|
|
|
|
|
### Events
|
|
|
|
|
|
| Event | Description | Arguments |
|
|
|
| ------ | ---------- | ------------ |
|
|
|
-| click | Triggered when clicked. It only takes effect when `close-on-click-overlay` is `true` | event: MouseEvent |
|
|
|
+| click | Triggered when clicked. | event: MouseEvent |
|
|
|
|
|
|
### Slots
|
|
|
|