Skip to content

Commit 28e9a91

Browse files
committed
fix(mp-weixin): 修复 store-home 组件动态绑定 appid 不生效的 Bug (question/207708)
1 parent f530348 commit 28e9a91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/uni-mp-weixin/src/compiler/options.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ export function getMiniProgramOptions(
125125
input: [{ name: 'bind', arg: ['type'] }],
126126
textarea: [{ name: 'on', arg: ['input'] }],
127127
'movable-view': [{ name: 'bind', arg: ['direction'] }],
128+
'store-home': [{ name: 'bind', arg: ['appid'] }],
128129
},
129130
component: {
130131
':host': true,

0 commit comments

Comments
 (0)