Vue.js 1.0.7 发布,JavaScript 框架
欢迎加入运维网交流群:263444886Vue.js 1.0.7 发布,此版本主要是 bug 修复:
[*] #1724 v-ref regression when used on
[*] #1727 Boolean props not working properly
[*] because the component is a fragment instance'>#1729 Unnecessary is attribute warning
下载:https://github.com/vuejs/vue/archive/1.0.7.zip
Vue.js 是构建 Web 界面的 JavaScript 库,提供数据驱动的组件,还有简单灵活的 API,使得 MVVM 更简单。
主要特性:
[*] 可扩展的数据绑定
[*] 将普通的 JS 对象作为 model
[*] 简洁明了的 API
[*] 组件化 UI 构建
[*] 配合别的库使用
支持的浏览器:https://saucelabs.com/u/vuejs
页:
[1]