mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
docs(components): [segmented] update custom styles, add scope parameter (#18527)
* docs(components): [segmented] update custom styles, add scope parameter * docs(components): [segmented] update
This commit is contained in:
parent
91c76cd600
commit
72dd11aac2
@ -49,7 +49,7 @@ segmented/custom-content
|
||||
|
||||
## Custom Style
|
||||
|
||||
Set default slot to render custom content.
|
||||
Set custom styles using CSS varibles.
|
||||
|
||||
:::demo
|
||||
|
||||
@ -81,9 +81,9 @@ segmented/custom-style
|
||||
|
||||
### Slots
|
||||
|
||||
| Name | Description |
|
||||
| ------- | --------------- |
|
||||
| default | option renderer |
|
||||
| Name | Description | Type |
|
||||
| ------- | --------------- | --------------------------- |
|
||||
| default | option renderer | ^[object]`{ item: Option }` |
|
||||
|
||||
## Type Declarations
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user