发布于 2015-09-21 00:19:36 | 73 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的Vue.js 教程,程序狗速度看过来!

Vue.js 轻量级 JavaScript 框架

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


Vue.js 1.0.0 Alpha 5  发布,此版本更新内容如下:

重大更新

  • bind-attr is now replaced by v-bind:attr, with :attr as shorthand;

  • on-event is now replaced by v-on:event, with @event as shorthand; Also, key filter is now denoted with . as a modifier: @keyup.esc="handleEsc".

  • Literal directive: v-dir#="xxx" is now replaced by v-dir.literal="xxx".

  • Prop binding types:

    • :prop@="twoWay" is now replaced by :prop.sync="twoWay"

    • :prop*="oneTime" is now replaced by :prop.once="oneTime"

  • Child component and element refs:

    • $.child is now replaced by v-ref:child. vm.$ is also renamed to vm.$refs.

    • $$.node is now replaced by v-el:node. vm.$$ is also renamed to vm.$els.

其他更新

  • v-on now also works for custom events when used on a child component.

修复

  • 所有 0.12.15 版本的修复

下载:https://github.com/yyx990803/vue/archive/1.0.0-alpha.5.zip

Vue.js 0.12.15 发布,此版本主要是 bug 修复:

  • #1321 options param for <select v-model> doesn't work with Array of numbers

  • #1322 elements with transition stuck in DOM if it is hidden by CSS

  • #1327 v-model firing unnecessary update at compositionend in lazy mode

  • #1330 template parser entity regex fails to detect entities in hex format

下载:https://github.com/yyx990803/vue/archive/0.12.15.zip

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



历史版本 :
Vue 2.5.12 和 2.5.13 发布,轻量级 JavaScript 框架
VueJS 2.5.0 "Level E" 发布,做了许多改进
Vue 2.4.2 发布,轻量级 JavaScript 框架
Vue 2.4.0 和 2.4.1 发布,轻量级 JavaScript 框架 
Vue 2.3.4 正式发布,轻量级 JavaScript 框架 
Vue 2.3.3 正式发布,轻量级 JavaScript 框架 
Vue 2.3.2 发布,轻量级 JavaScript 框架
Vue 2.3.0 正式发布,轻量级 JavaScript 框架
Vue 2.3.0-beta.1 发布,轻量级 JavaScript 框架
Vue 2.2.6 发布,轻量级 JavaScript 框架
Vue 2.2.5 发布,轻量级 JavaScript 框架
Vue 2.2.3 和 2.2.4 发布,轻量级 JavaScript 框架
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务