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

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

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

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    486,333
    赞:
    46
    Vue.js 0.12.0 Beta4 发布,相比 0.12.0 Beta3 版本来说,此版本有一个重大的突破——筛选器参数语法已被重写。现在非引用参数被视为动态路径 (当筛选器函数调用时,它和参数将从虚拟机中自动检索) ;只有引号中的参数作为普通字符串传递。示例如下:

    {{ msg | filter argA 'argB' }}
    性能提升:


    • options param for v-model now also respects disabled: true in the options array. (via #861 by @holic)


    • v-transition now adds a .v-transition class at all times; in the case of v-transition="fade", the added class will be .fade-transition. This removes the need to manually add an additional class just to give the element transition property.


    • Internally Vue now uses empty text nodes instead of comment nodes as DOM-manipulation anchors. This results in much cleaner HTML output. When in debug mode, comment nodes will still be used to help better analyze the structure of the rendered DOM.

    此版本现已提供下载:https://github.com/yyx990803/vue/archive/0.12.0-beta4.zip

    更多内容请查看发行页面

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

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

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