微信开放标签+vue3?

发布于 6 年前作者 changguiying11323 次浏览最后编辑 6 年前来自 ask

[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>
0 回复
暂无回复