首页 存档 技术 查看内容

Vue 2.3.0 正式发布,全新的服务器端渲染

2018-3-30 13:00 |来自: 互联网 357 0

摘要: (点击上方公众号,可快速关注) 转自:开源中国 Vue 2.3.0 正式发布了,Vue 是一款轻量级 JavaScript 框架。 新版了带来一些改进和 bug 修复,具体如下: 改进: 改进服务器端的渲染 改进异步组件 改进功能组 ...

(点击上方公众号,可快速关注)


转自:开源中国


Vue 2.3.0 正式发布了,Vue 是一款轻量级 JavaScript 框架。


新版了带来一些改进和 bug 修复,具体如下:


改进:

  • 改进服务器端的渲染

  • 改进异步组件

  • 改进功能组件


官方为 Vue 创建了一个全新的服务器端渲染指南,建议所有使用者阅读。此外,还更新了HackerNews 的 Demo,以反映最新的最佳做法。


Bug 修复:

  • #5238,#5387fixv-modelnot syncing for autocomplete / switching focus before confirming composition

  • #5318fix style diffing on cached/slot elements

  • #5346fix keep-alive cache incorrectly pruned with transition mode="out-in"

  • #5361fix Symbol check error in Node 4.x

  • #5394fix duplicate attribute warning when usingclassand:classtogether in Edge

  • #5398fixv-modelcheckbox binding with Array index (@posvavia#5402)

  • #5464fix incorrect compiler warning for $delete usage in templates

  • #5480allow slot names to be number0(@posvavia#5481)

  • #5526fix text inside

声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系 [邮箱地址] 删除

路过

雷人

握手

鲜花

鸡蛋

相关分类

返回顶部