Vue.js 0.12.7 发布,更新内容如下:
提升
The observer now automatically skips object frozen via Object.freeze. Frozen objects are always non-reactive.
修复
#1010 Incorrect scope for transcluded repeater
#1012 prop initialization overwriting inherited parent scope properties
#1014 vm.$add triggering non-related deep/Array watchers
#1020 absent Boolean prop not respecting default value in data
Vue.js 是构建 Web 界面的 JavaScript 库,提供数据驱动的组件,还有简单灵活的 API,使得 MVVM 更简单。
支持的浏览器:https://saucelabs.com/u/vuejs
软件详情:https://github.com/yyx990803/vue/releases
来自:开源中国社区

