We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f530348 commit 28e9a91Copy full SHA for 28e9a91
packages/uni-mp-weixin/src/compiler/options.ts
@@ -125,6 +125,7 @@ export function getMiniProgramOptions(
125
input: [{ name: 'bind', arg: ['type'] }],
126
textarea: [{ name: 'on', arg: ['input'] }],
127
'movable-view': [{ name: 'bind', arg: ['direction'] }],
128
+ 'store-home': [{ name: 'bind', arg: ['appid'] }],
129
},
130
component: {
131
':host': true,
0 commit comments