首页 > 代码库 > Vue v2.0.0-rc.6 发布,轻量级 JavaScript 框架

Vue v2.0.0-rc.6 发布,轻量级 JavaScript 框架

Vue v2.0.0-rc.6 发布了,Vue.js 是构建 Web 界面的 JavaScript 库,提供数据驱动的组件(基础教程qkxue.net),还有简单灵活的 API,使得 MVVM 更简单(腾云科技ty300.com)。本次更新内容如下:

Fixed

#3610 fix data observation converting prototype keys
#3642 fix incorrect duplicate slot warning detection
#3657 fix style binding array syntax not updating due to toObject mutating merged objects
#3663 fix parsing multi-line attribute values in DOM template in IE
发行说明:

https://github.com/vuejs/vue/releases

Vue v2.0.0-rc.6 发布,轻量级 JavaScript 框架