Vue 2.4.0 和 2.4.1 发布了,Vue 是一款轻量级 JavaScript 框架。主要更新内容如下:
2.4.0 版更新包含了大量的 bug 修复,如:
在添加之前检查 enterToClass / leaveToClass 的存在
确保在 watcher.get 中清理
改进 Vue.set / Vue.delete API 来支持多种类型的数组索引
修复多个合并的 vnode hook 未正确调用的问题
2.4.1 更新内容:
修复从 npm 安装 Vue 时的 postinstall 脚本错误。
详情请查看发布主页。
下载地址:
2.4.0
https://github.com/vuejs/vue/archive/v2.4.0.zip
2.4.1
https://github.com/vuejs/vue/archive/v2.4.1.zip
来自:开源中国社区

