Vue.js 0.11.5 发布,此版本主要是功能改进和 bug 修复:
改进
Vue.nextTick 现在使用 MutationObserver 进行异步更新,同时回调 setTimeout
v-with 提供父母属性和孩子属性的双向绑定
bug 修复
Fixed an issue where v-repeat doesn't work properly on nested arrays when not using identifiers.
Fixed an issue where attached and detached hooks are not firing for transcluded components.
#626, #631, #636, #652, #657, #685
此版本现已提供下载。
Vue.js 是构建 Web 界面的 JavaScript 库,提供数据驱动的组件,还有简单灵活的 API,使得 MVVM 更简单。
支持的浏览器:https://saucelabs.com/u/vuejs
下载地址:https://github.com/yyx990803/vue/archive/0.11.5.zip
来自:开源中国社区

