UNPKG

press-next

Version:

Vue3 组件库,支持 Composition API

6 lines (5 loc) 132 B
export function getAppId() { const appid = wx.getAccountInfoSync()?.miniProgram?.appId; if (appid) return appid; return ''; }