Vue 2.1.5 发布了,Vue.js 是构建 Web 界面的 JavaScript 库,提供数据驱动的组件,还有简单灵活的 API,使得 MVVM 更简单。
更新内容:
改进
-
Small across-the-board performance improvement for render functions compiled from templates. They now skip the normalization of nested children arrays based on information inferred from the templates at compile time.
修复
-
value
should be bound as a DOM property for<select>
-
fix IE9 radio input value
-
avoid v-model with .trim/.number updating value when in focus
-
fix template-nested
v-if
patch error -
fix filter parsing for divisions
-
fix transition v-show display toggle timing for enter hooks
-
fix
v-bind.prop
parse logic -
ensure local assets is prioritized regardless of naming convention
下载地址:
时间:2016-12-13 20:52
来源:开源中国社区
作者: 王练
原文链接