vue项目调试的时候,刷新页面,自己就报这个错,
TypeError: Cannot assign to read only property 'Symbol(Symbol.toStringTag)' of object '#<DataView>'
![img](https://img-mid.csdnimg.cn/release/static/image/mid/ask/003201489196154.png "#left")
TypeError: Cannot assign to read only property 'Symbol(Symbol.toStringTag)' of object '#<DataView>' at getRawTag (http://localhost:5173/node_modules/.vite/deps/element-plus_es.js?v=df85e2a0:1561:27) at baseGetTag (http://localhost:5173/node_modules/.vite/deps/element-plus_es.js?v=df85e2a0:1593:64) at http://localhost:5173/node_modules/.vite/deps/element-plus_es.js?v=df85e2a0:4181:25
是我的element-plus版本有问题吗?