Vue 2.3.3 正式发布了,Vue 是一款轻量级 JavaScript 框架。该版本主要进行了一些 bug 修复,具体如下:
fix unecessary input trigger with v-model on change event
ssr template interpolation should be whitespace-insensitive
fix regression where text nodes are merged into comment placeholder nodes
fix Vue.use not chainable when plugin has already been installed, also makes Vue.mixinchainable.
fix scoped slots when used together with v-for
fix slot elements after v-for being unnecessarily recreated
fix comment nodes not cloned properly
fix async components timeout triggered when already resolved
下载地址:https://github.com/vuejs/vue/archive/v2.3.3.zip
来自:开源中国社区

