皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Vue 2.3.3 正式发布,轻量级 JavaScript 框架

Vue 2.3.3 正式发布,轻量级 JavaScript 框架

Vue 2.3.3 正式发布了,Vue 是一款轻量级 JavaScript 框架。该版本主要进行了一些 bug 修复,具体如下:

  • #5586 fix unecessary input trigger with v-model on change event (@posva via #5589)
  • #5591 ssr template interpolation should be whitespace-insensitive (@HerringtonDarkholme via ##5597)
  • #5592 fix regression where text nodes are merged into comment placeholder nodes (@maggiehe via #5593)
  • #5610 fix Vue.use not chainable when plugin has already been installed, also makes Vue.mixinchainable. (@lzxb via #5610)
  • #5615 fix scoped slots when used together with v-for
  • #5618 fix slot elements after v-for being unnecessarily recreated (@gebilaoxiong via #5627)
  • #5633 fix comment nodes not cloned properly (@pengchongfu via #5633)
  • #5635 fix async components timeout triggered when already resolved

下载地址:

转自 http://www.oschina.net/news/84617/vue-2-3-3