主要更新内容:
新增
改进 SSR hydration 故障预警信息。
当在 v-bind="object"中使用 class 和 style 时,支持:class 和 :style 绑定值
修复
Fixed SSR hydration failures when using
#3379 : bindings now work for plain strings as well
#3386 & #3391 slot children not correctly updating
重要更新
当使用渲染函数时,现在不再需要(也不支持)wrap一个函数内部组件子项:[code]render (h) { // before
return h(Comp, () => [...children]) // after
return h(Comp, [...children])
}[/code]如果您使用的是JSX,确保升级插件babel-plugin-transform-vue-jsx 到3.0.0。
下载地址:https://github.com/vuejs/vue/archive/v2.0.0-beta.7.tar.gz
来自:开源中国社区

