perf(utils): mitt default export is changed from Class to Function

This commit is contained in:
Vben
2021-06-19 22:38:29 +08:00
parent ea6834aeec
commit d3d620f4fc
8 changed files with 107 additions and 86 deletions

View File

@@ -7,6 +7,8 @@
### ⚡ Performance Improvements
- **Locale** 合并多语言文件,减少文件数量
- **Utils** Mitt 默认导出由 `Class` 改为 `Function`
- **Axios** `isTransformRequestResult`更名为`isTransformResponse`
### ✨ Features