ant-design-vue-pro icon indicating copy to clipboard operation
ant-design-vue-pro copied to clipboard

antd vue 通过electron -builder 转换为electron

Open tokenGuGY opened this issue 4 years ago • 0 comments

Question (问题描述) How to use component s-table paging 转换后项目通过 npm run electron:serve 可以正常运行,但是用npm run electron:build 打包后,显示错误 错误信息如下: Uncaught TypeError: Cannot assign to read only property 'constructor' of object '#' at n (chunk-vendors.f4ba4f76.js:77) at chunk-vendors.f4ba4f76.js:77 at Object. (chunk-vendors.f4ba4f76.js:77) at n (chunk-vendors.f4ba4f76.js:77) at Object. (chunk-vendors.f4ba4f76.js:77) at n (chunk-vendors.f4ba4f76.js:77) at Object. (chunk-vendors.f4ba4f76.js:77) at n (chunk-vendors.f4ba4f76.js:77) at chunk-vendors.f4ba4f76.js:77 at chunk-vendors.f4ba4f76.js:77 Describe the solution you'd like (你期待的是什么?) A clear and concise description of what you want to happen. 希望各位可以帮忙看下问题,帮忙解决一下,谢谢了 Additional context(附加信息) Add any other context or screenshots about the feature request here.

tokenGuGY avatar Mar 27 '21 15:03 tokenGuGY