轻量级 JavaScript 框架 Vue v2.1.4 发布了。更新如下:
改进
Added typings for 2.1 features
Newv-onmodifier:.once
config.keyCodesnow support Array values for mapping an alias to multiple keyCodes.
Modifier key modifiers (.ctrl,.alt,.shiftand.meta) now also work for KeyboardEvents.
修复
fix in-browser detection in jsdom + Node 7
fix static style bindings that contains!important
fix incorrect context for slot content created in functional components
fix keep-alive child component root transition
fix stateful transition wrapper component as child component root
下载地址:https://github.com/vuejs/vue/archive/v2.1.4.zip
来自:开源中国社区

