摘要: Vue v2.0.4 发布了,Vue.js 是构建 Web 界面的 JavaScript 库,提供数据驱动的组件,还有简单灵活的 API,使得 MVVM 更简单。该版本更新内容:构建The npm distribution now includesdist/vue.runtime.js, a UMD ver ...
The npm distribution now includes dist/vue.runtime.js, a UMD version of the runtime only build that can be used in browsers. It is also available on CDN.
改进
20% SSR performance improvements by eliminating closures with context passing (via #4007 by @HerringtonDarkholme)
修复
fix transition error when using one delay to control all transitions (via #3932 by @guidobouman)