Skip to content

v2.7.3

Latest
Compare
Choose a tag to compare
@maoxiaoke maoxiaoke released this 07 Apr 08:22
· 32 commits to master since this release
88b39bc

EN

  • fix: Axios, Moment, and other callable functions can work well in the sandbox, # #557
  • fix: tackle with the problem that styles suddenly missed after transistion, which only happens in development mode of vite, closes #555
  • fix: If activePath got falsy values, a warning will be thrown, closes #558

中文

  • fix: Axios,Moment 这些库存在可调用的 api,比如 Axios.create,现在在沙箱中调用这些 api 可以执行正常了。 # #557
  • fix: 修复 Vue3.0 + Vite 的模板在 development 开发环境样式异常丢失。 closes #555
  • fix: 如果 activePath 传入 undefined、null 等非法值,会有 warn 提示。 closes #558

v2.7.2...v2.7.3