运行Vue项目时报错如下:

Uncaught TypeError: Cannot assign to read only property 'exports' of object '#<Object>'

原因:
The code above is ok. You can mix require and export. You can‘t mix import and module.exports.

使用Vue和webpack时,不能同事使用import和module.exports

Logo

前往低代码交流专区

更多推荐