Vue v2.0.0-rc.6 发布了,Vue.js 是构建 Web 界面的 JavaScript 库,提供数据驱动的组件,还有简单灵活的 API,使得 MVVM 更简单。本次更新内容如下:
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
下载地址:https://github.com/vuejs/vue/archive/v2.0.0-rc.6.zip
来自:开源中国社区

