发布于 2015-12-25 07:02:49 | 168 次阅读 | 评论: 0 | 来源: 网友投递
Vue.js 轻量级 JavaScript 框架
Vue.js 是构建 Web 界面的 JavaScript 库,提供数据驱动的组件,还有简单灵活的 API,使得 MVVM 更简单。
Vue.js 1.0.13 发布,更新如下:
修复
Array.prototype.$set(index, value) now automatically casts the first argument to number. (@pespantelis)
Fixed vm.$watch callback not guaranteed to fire after all internal watchers. (@gebilaoxiong)
#2064 fix prop two-way sync not working in created hook
#2068 fixed value interpolation erasing initial value when used in combination with v-model
#2072 avoid reversing object keys enumeration order when observing objects in Safari (@yuhere &@galenyuan)
#2075 fixed class interpolation regression (@pespantelis)
Vue.js 是构建 Web 界面的 JavaScript 库,提供数据驱动的组件,还有简单灵活的 API,使得 MVVM 更简单。