1. 首页
  2. 云计算
  3. mesos
  4. Vue报错:Uncaught TypeError: Cannot assign to read only property’exports‘ of object

Vue报错:Uncaught TypeError: Cannot assign to read only property’exports‘ of object

上传者: 2020-12-13 08:06:47上传 PDF文件 78.87KB 热度 34次
发现问题 运行一下以前的一个Vue+webpack的 vue仿新闻网站 小项目,报错 由于自己vue学习不深入,老是这个报错,找了好久(确切的说是整整一下午^...^)才找到原因 -v- Uncaught TypeError: Cannot assign to read only property 'exports' of object '#<Object>' 点开错误的文件,标注错误的地方是这样的一段代码: import {normalTime} from './timeFormat'; module.exports={ normalTime }; 就是module.e
下载地址
用户评论