mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 12:48:04 +08:00
docs: [skeleton-item] remove duplicate type variant (#9548)
* Remove duplicate type in skeleton item variant * chore: update Co-authored-by: RealityBoy <1923740402@qq.com>
This commit is contained in:
parent
893e414cab
commit
280351d5bc
@ -108,6 +108,6 @@ skeleton/avoiding-rendering-bouncing
|
||||
|
||||
### Skeleton Item Attributes
|
||||
|
||||
| Attribute | Description | Type | Default |
|
||||
| --------- | ----------------------------------- | --------------------------------------------------------------------------------------------------- | -------- |
|
||||
| `variant` | The current rendering skeleton type | `'p' \| 'text' \| 'h1' \| 'h3' \| 'text' \| 'caption' \| 'button' \| 'image' \| 'circle' \| 'rect'` | `'text'` |
|
||||
| Attribute | Description | Type | Default |
|
||||
| --------- | ----------------------------------- | ----------------------------------------------------------------------------------------- | -------- |
|
||||
| `variant` | The current rendering skeleton type | `'p' \| 'text' \| 'h1' \| 'h3' \| 'caption' \| 'button' \| 'image' \| 'circle' \| 'rect'` | `'text'` |
|
||||
|
Loading…
Reference in New Issue
Block a user