vue v2.0.0
欢迎加入运维网交流群:263444886vue v2.0.0-beta.5 发布了,Vue.js 是构建 Web 界面的 JavaScript 库,提供数据驱动的组件,还有简单灵活的 API,使得 MVVM 更简单。
主要更新内容:
新增
[*]Added type prop for and . This is equivalent to thetype option for 1.x transition definitions. Accepted values are "transition" or"animation".
[*]vue-template-compiler and vue-server-renderer packages will now verify if they have the same version with vue (if installed via npm). This prevents users from upgrading Vue but forgetting to update these packages as well.
修复
[*] #3325 fix hoisted static nodes causing incorrect DOM updates
[*] #3327 fix attribute decoding regression in 2.0.0-beta.4
[*] fix vue-loader image src rewrite bug caused by vue-template-compiler@2.0.0-beta.3/4
下载:
[*] Source code (zip)
[*] Source code (tar.gz)
页:
[1]