hxj9102

Results 2 issues of hxj9102

errno: -4095, code: 'EOF', syscall: 'write', originalMessage: 'write EOF', how to solve this problem?

### Version latest ### Vue Version latest ### Link to minimal reproduction ![image](https://user-images.githubusercontent.com/58357112/203323102-6822a014-e191-4e04-a8e5-e86b9360a832.png) 通过统计发现,项目packages/devui-vue/devui目录下.spec.tsx问价个数为34,.spec.ts问价个数为55。 ### Step to reproduce 使用测试用例时。 ### What is expected 由于ts文件和tsx文件中代码写法不一致,甚至项目某些组件__test__目录下同时存在这两种文件,导致修改或新增代码时不是特别友好。 从项目统一性和可维护性角度,建议项目中的测试文件统一使用tsx或ts,个人认为tsx写法会更加方便简洁。 ### What is actually happening...

contribution welcome
refactoring