image.yml 429 B

123456789101112
  1. - scope: 'component'
  2. name: 'el-image'
  3. type: 'props'
  4. version: '2.2.3'
  5. commit_hash: '7a48556'
  6. description: |
  7. Per [HTMLImageElement.loading Request](https://github.com/element-plus/element-plus/issues/7841),
  8. Add [native loading](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-loading) support for Image components.
  9. props:
  10. - api: 'loading'
  11. before: ''
  12. after: '"eager" | "lazy"'