<wx-open-launch-weapp id="launch-btn" username="gh_xxxxxxxx" >
<div v-is="'script'" type="text/wxtag-template">
<div v-is="'style'">
.openbtn {-webkit-appearance:none;outline:none;border:0;background:0;color:#2a91ff;}
</div>
<button class="openbtn">跳转小程序</button>
</div>
</wx-open-launch-weapp>
vue3版本,工具和真机点击都没反应,求解
web-view不支持这个标签
小程序web-view嵌套H5,希望在H5点击按钮打开其他小程序,但是点击没反应