Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix: 修正微信 Image mode 属性 type 定义 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellohejinyu authored and Darmody committed Sep 19, 2019
1 parent cb0d52f commit c1b5687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remax/src/adapters/wechat/components/Image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface ImageProps {
mode?:
| 'scaleToFill'
| 'aspectFit'
| 'aspectFit'
| 'aspectFill'
| 'widthFix'
| 'top'
| 'bottom'
Expand Down

0 comments on commit c1b5687

Please sign in to comment.