1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Vue.js 0.12.0-rc 发布,JavaScript 库 下载

本帖由 漂亮的石头2015-06-02 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    486,336
    赞:
    46
    Vue.js 0.12.0-rc 发布,现已提供下载:Vue.js-0.12.0-rcs.zip

    改进


    • v-repeat now supports using track-by="$index" when there's no key to track. This causes Vue to reuse the DOM elements and child instances in place without re-ordering them, so prefer using it on simple repeats without interactivity.


    • Literal props are now supported when manually mounting a root instance.


    • Paths containing dynamic segments, e.g. a will now create the path if not already present, however, it will throw a warning and prompt you to pre-initialize the path if possible.


    修复


    • props are now properly persisted when an instance's $data is replaced.

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

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

    [​IMG]
    Vue.js 0.12.0-rc 发布,JavaScript 库下载地址
     
正在加载...