Skip to content

Template Release 1.1.7

Compare
Choose a tag to compare
@yuntian001 yuntian001 released this 06 Jan 05:05
· 532 commits to main since this release

1.1.7 (2023-01-06)

重构[refactor]

  • 将vite plugin 提取到plugins目录中优化目录结构 (d121f11)
  • enums 更换为dict (58c6f8d)

性能改进[perf]

  • 升级vite版本为4 typescript为4.9 (4174cda)
  • 优化tsc校验 (ea23ee4)

文档更改[docs]

  • vite版本改为4版本 (f733260)

Bug 修复[fix]

  • 变量错误修复 (89f2e91)
  • 修复 加载路由组件异常后切换路由loading不关闭bug (dba02e2)