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

Commit

Permalink
fix(alipay): 修复指定 WebView id 不生效的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Mar 24, 2020
1 parent fed4d13 commit 549aba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/remax-alipay/src/hostComponents/WebView/node.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const props = ['src', 'onMessage'];
export const alias = { src: 'src', onMessage: 'onMessage' };
export const props = ['id', 'src', 'onMessage'];
export const alias = { id: 'id', src: 'src', onMessage: 'onMessage' };

0 comments on commit 549aba2

Please sign in to comment.