发布于 2016-09-24 00:48:13 | 45 次阅读 | 评论: 0 | 来源: 网友投递
Vue.js 轻量级 JavaScript 框架
Vue.js 是构建 Web 界面的 JavaScript 库,提供数据驱动的组件,还有简单灵活的 API,使得 MVVM 更简单。
Vue v2.0.0-rc.7 发布了。
主要更新内容:
提升:
Improved <transition-group>
move animation performance by avoiding layout thrashing
修复:
#3670 v-bind
object with no argument should work on components
#3673 v-model
value matching should use loose equal (make behavior consistent with 1.x)
#3689 fix <select v-model>
initial value out of sync in IE/Edge
#3693 fix prop default value not used when using propsData
#3729 fix <option value="">
cannot be selected with v-model
#3730 fix iOS 10 UIWebView broken update issue
下载地址: