Vue.js v3.1.0 (Pluto) 已发布,目前的最新版本为 3.1.1。
新版本增加了多项新特性,优化了性能,以及修复 bug,同时还有一些破坏性的变化。
compilerOptions
app.config.compilerOptions
is="vue:xxx"
$attrs
详情查看 release note。
评论删除后,数据将无法恢复
Vue v3.1.0 (Pluto) 发布
Vue.js v3.1.0 (Pluto) 已发布,目前的最新版本为 3.1.1。
新版本增加了多项新特性,优化了性能,以及修复 bug,同时还有一些破坏性的变化。
新特性
compilerOptions(ce0bbe0)app.config.compilerOptions配置 runtime 编译器 (091e6d6)is="vue:xxx"将普通元素转换为组件 (af9e699)性能优化
$attrs的更新 (5566d39)详情查看 release note。