Skip to content

Commit ebfcce0

Browse files
authored
Apply suggestions from code review
1 parent 23a5425 commit ebfcce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zh/breaking-changes/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747

4848
- `destroyed` 生命周期选项被重命名为 `unmounted`
4949
- `beforeDestroy` 生命周期选项被重命名为 `beforeUnmount`
50-
- [props`default` 工厂函数不再可以访问 `this` 上下文](./props-default-this.html)
50+
- [Props`default` 工厂函数不再可以访问 `this` 上下文](./props-default-this.html)
5151
- [自定义指令的 API 已更改为与组件生命周期一致,且 `binding.expression` 已移除](./custom-directives.html)
5252
- [`data` 选项应始终被声明为一个函数](./data-option.html)
5353
- [来自 mixin 的 `data` 选项现在为浅合并](./data-option.html#mixin-合并行为变更)
54-
- [attribute 强制策略已更改](./attribute-coercion.html)
54+
- [Attribute 强制策略已更改](./attribute-coercion.html)
5555
- [Transition 的一些 class 被重命名](./transition.html)
5656
- [`<TransitionGroup>` 不再默认渲染包裹元素](./transition-group.html)
5757
- [当侦听一个数组时,只有当数组被替换时,回调才会触发,如果需要在变更时触发,则必须指定 `deep` 选项](./watch.html)

0 commit comments

Comments
 (0)