Open guider opened 6 years ago
with vue and typescript3.03
i have install with npm import wx from 'jweixin'; will give me error
how can i fix it ? thx
you don't have to import wx in your .ts files cause it's an environment/global object instead of a module from other files just make sure the ts compiler tsc to include the declaration file when compiling
wx
.ts
tsc
with vue and typescript3.03
i have install with npm import wx from 'jweixin'; will give me error
how can i fix it ? thx