轻量级 JavaScript 库,Vue.js 0.12.13 发布

ypdf 9年前

Vue.js 是构建 Web 界面的 JavaScript 库,提供数据驱动的组件,还有简单灵活的 API,使得 MVVM 更简单。

主要特性:

  • 可扩展的数据绑定

  • 将普通的 JS 对象作为 model

  • 简洁明了的 API

  • 组件化 UI 构建

  • 配合别的库使用

支持的浏览器:https://saucelabs.com/u/vuejs

 

Vue.js 0.12.13 发布,更新内容如下;

修复

  • Observer will only attempt to convert a data object if it is not a native object, e.g window.

  • #1219 inherit: true constructor cache should be context-sensitive

  • #1248 performance regression when v-repeat has a particularly large source Array.

  • #1241 Triggering a transitionend event after enter transition is done in in-out mode causes error (@nkovacs)

  • #1244 Leave transition hook is called twice if css:false in in-out mode

改进

  • Added space alias for key filter. (@Coffcer)

下载页面:0.12.13