mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
docs(components): [notification] add zIndex
attribute (#9083)
This commit is contained in:
parent
f1af909ef6
commit
35b1897755
@ -121,6 +121,7 @@ ElNotification({}, appContext)
|
||||
| onClick | callback function when notification clicked | function | — | — |
|
||||
| offset | offset from the top edge of the screen. Every Notification instance of the same moment should have the same offset | number | — | 0 |
|
||||
| appendTo | set the root element for the notification | string / HTMLElement | - | document.body |
|
||||
| zIndex | initial zIndex | number | - | 0 |
|
||||
|
||||
## Methods
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user