vux2.9版本bug

正常安装vux但是在编译的时候出现以下错误:

 ERROR  Failed to compile with 1 errors                                                                                                              17:16:04

 error  in ./~/vux/src/plugins/wechat/index.js

Module build failed: TypeError: C:/Users/DT01/Documents/zhx-h5/node_modules/vux/src/plugins/wechat/index.js: Property object of MemberExpression expected node to be of a type ["Expression"] but instead got null

这是vux本身错误只需找到对应路径下的index.js文件将文件引入路径修改为

let w = require('./1.3.2.js')
const wx = w.wx

猜你喜欢

转载自blog.csdn.net/memedadexixaofeifei/article/details/82842378