File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
48
48
- ` destroyed ` 生命周期选项被重命名为 ` unmounted `
49
49
- ` beforeDestroy ` 生命周期选项被重命名为 ` beforeUnmount `
50
- - [ props 的 ` default ` 工厂函数不再可以访问 ` this ` 上下文] ( ./props-default-this.html )
50
+ - [ Props 的 ` default ` 工厂函数不再可以访问 ` this ` 上下文] ( ./props-default-this.html )
51
51
- [ 自定义指令的 API 已更改为与组件生命周期一致,且 ` binding.expression ` 已移除] ( ./custom-directives.html )
52
52
- [ ` data ` 选项应始终被声明为一个函数] ( ./data-option.html )
53
53
- [ 来自 mixin 的 ` data ` 选项现在为浅合并] ( ./data-option.html#mixin-合并行为变更 )
54
- - [ attribute 强制策略已更改] ( ./attribute-coercion.html )
54
+ - [ Attribute 强制策略已更改] ( ./attribute-coercion.html )
55
55
- [ Transition 的一些 class 被重命名] ( ./transition.html )
56
56
- [ ` <TransitionGroup> ` 不再默认渲染包裹元素] ( ./transition-group.html )
57
57
- [ 当侦听一个数组时,只有当数组被替换时,回调才会触发,如果需要在变更时触发,则必须指定 ` deep ` 选项] ( ./watch.html )
You can’t perform that action at this time.
0 commit comments