Uncaught TypeError: Cannot assign to read only property’exports‘ of object’#[Obj

257 阅读1分钟

在vue中出现这个错误一般是import引入的组件错误或者引入方式错误导致的,通过注释可能存在问题的组件可快速排查