wx-web-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

小程序api 转 web api

目前使用的是vue3

下载

npm install wx-web-sdk

目前暂支持的api, 持续更新中

微信api web api
wx.hideLoading hideLoading
wx.hideToast hideToast
wx.showActionSheet showActionSheet
wx.showLoading showLoading
wx.showModal showModal
wx.showToast showToast

使用

import { 
  hideLoading, 
  hideToast, 
  showActionSheet, 
  showLoading, 
  showModal, 
  showToast   
} from 'wx-web-sdk'

api使用 同微信小程序,详细 请点击

/wx-web-sdk/

    Package Sidebar

    Install

    npm i wx-web-sdk

    Weekly Downloads

    1

    Version

    1.0.4

    License

    none

    Unpacked Size

    282 kB

    Total Files

    65

    Last publish

    Collaborators

    • fafayzf