收藏
回答

微信开放标签+vue3?

[WXTAG] [JSCORE] The slot <template> or <script type="text/wxtag-template"> of <wx-open-launch-app> is missing

<wx-open-launch-app
    id="launch-btn"
    appid=""
    @launch="openLaunch"
    @error="openErr"
>
  <div v-is="'script'">
    <div v-is="'style'">
      .btn {
      padding: 12px
      }
    </div>
    <button class="btn">点击打开APP</button>
  </div>
</wx-open-launch-app>


回答关注问题邀请回答
收藏

1 个回答

  • 木木
    木木
    2023-03-15

    我也遇到这个问题了,请问是怎么解决的

    2023-03-15
    有用
    回复
登录 后发表内容