uni-app icon indicating copy to clipboard operation
uni-app copied to clipboard

微信平台小程序mergeVirtualHostAttributes不生效

Open semdy opened this issue 2 years ago • 1 comments

在manifest.json中配置mergeVirtualHostAttributes: true, 在微信小程序平台不生效,组件外部传入的class没有挂到组件根节点上,支付宝平台可以。除非明确地在组件中增加options: { virtualHost: true }。

semdy avatar May 17 '23 08:05 semdy

微信小程序平台默认为false,支付宝默认为true,文档中进行了说明。

后续会考虑增加一个配置是否全局覆盖小程序virtualHost默认值。

zhetengbiji avatar May 17 '23 09:05 zhetengbiji

微信小程序 及时 组件设置了 virtualHost:true, 也不能开启merge

martianmartian avatar Aug 04 '24 00:08 martianmartian