Skip to content

afeiship/next-wx-debug

Repository files navigation

next-wx-debug

Wechat api for debug part.

usage:

// install: npm install -S afeiship/next-wx-debug --registry=https://registry.npm.taobao.org

import NxWxDebug from 'next-wx-debug';
NxWxDebug.checkJsApi(['showOptionMenu']).then(({ status, data})=>{
  // you codes goes here!
});

Releases

No releases published

Packages

No packages published