Skip to content

Commit

Permalink
fix(alipay): 补全 Map 组件属性 optimize,fix #8784
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Mar 5, 2021
1 parent 87c2e97 commit e6562fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/taro-alipay/src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const components = {
'tile-overlay': '',
'custom-map-style': '',
setting: '{}',
optimize: '',
bindRegionChange: '',
bindPanelTap: ''
},
Expand Down
1 change: 1 addition & 0 deletions packages/taro-alipay/types/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export declare const components: {
'tile-overlay': string;
'custom-map-style': string;
setting: string;
optimize: string;
bindRegionChange: string;
bindPanelTap: string;
};
Expand Down

0 comments on commit e6562fe

Please sign in to comment.