运行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

Vue社区为您提供最前沿的新闻资讯和知识内容

更多推荐