btea
btea
Please make sure these boxes are checked before submitting your PR, thank you! - [ ] Make sure you follow contributing guide [English](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.en-US.md) | ([中文](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.zh-CN.md) | [Español](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.fr-FR.md)). -...
When modifying the configuration file causes an error, the error message currently output is `failed to load config from xxx.config.ts`. I think the information is not clear enough. Printing out...
This emoji and `Poi` are repeated, but I couldn't find a more suitable one.
## References Adding a supported node badge to make engines information simpler and clearer.
This PR contains: - [x] bugfix - [ ] feature - [ ] refactor - [ ] documentation - [ ] other Are tests included? - [ ] yes (_bugfixes...
The following test case, when I click the `Run` button to execute, the terminal will throw an error. ```ts describe('a "(name)"', () => { it('b', () => { expect(1).toBe(1); })...
### Description As shown in the figure below, when the dynamic import component fails, the error message `Unknown variable dynamic import: ./components/a/b/test.vue` will appear. But judging from the code structure,...