mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 01:11:25 +08:00
13 lines
429 B
YAML
13 lines
429 B
YAML
|
- scope: 'component'
|
||
|
name: 'el-image'
|
||
|
type: 'props'
|
||
|
version: '2.2.3'
|
||
|
commit_hash: '7a48556'
|
||
|
description: |
|
||
|
Per [HTMLImageElement.loading Request](https://github.com/element-plus/element-plus/issues/7841),
|
||
|
Add [native loading](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-loading) support for Image components.
|
||
|
props:
|
||
|
- api: 'loading'
|
||
|
before: ''
|
||
|
after: '"eager" | "lazy"'
|