Vue 2.5.12 和 2.5.13 发布了。Vue 是一款轻量级 JavaScript 框架。主要更新内容如下: 2.5.12 修复 core: revert prop object validation 01c0750, closes #7279 改进 core: allow symbol as vdom key bacb911, closes #7271 core: prop bindings with inline Object/Array literal values no longer cause the child component to always re-render: <foo :bar="[1, 2, 3]"/> The compiler now automatically wraps the literal value as an inline computed property to avoid creating new values on each render (unless data it depends on has changed). types: extract VueConfiguration type for easy expansion (#7274) c0d516c, closes #7273 下载地址: Source code (zip) Source code (tar.gz) 2.5.13 修复 revert auto cache for inline prop literals, fix regressions (#7283) 下载地址: Source code (zip) Source code (tar.gz) Vue 2.5.12 和 2.5.13 发布,轻量级 JavaScript 框架下载地址