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 errorfix filter parsing for divisions
fix transition v-show display toggle timing for enter hooks
fix
v-bind.prop
parse logicensure local assets is prioritized regardless of naming convention
下载地址: