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 d83bcee commit ea03db1Copy full SHA for ea03db1
packages/uni-mp-alipay/src/compiler/options.ts
@@ -52,6 +52,8 @@ export const miniProgram: MiniProgramCompilerOptions = {
52
},
53
directive: 'a:',
54
component: {
55
+ // 支付宝小程序支持 :host 选择器
56
+ ':host': true,
57
dir: COMPONENTS_DIR,
58
getPropertySync: true,
59
0 commit comments