Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jinjiang <zhaojinjiang@me.com>
  • Loading branch information
wxsms and Jinjiang authored Nov 15, 2022
1 parent 706e1c5 commit a314eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/zh/breaking-changes/children.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default {

## 3.x 更新

在 3.x 中,`$children` property 已被移除,且不再支持。如果你需要访问子组件实例,我们建议使用 [$refs](https://cn.vuejs.org/guide/essentials/template-refs.html#template-refs)
在 3.x 中,`$children` property 已被移除,且不再支持。如果你需要访问子组件实例,我们建议使用[模板引用](https://cn.vuejs.org/guide/essentials/template-refs.html#template-refs)

## 迁移策略

Expand Down
2 changes: 1 addition & 1 deletion src/zh/recommendations.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Vue Router 4.0 提供了对 Vue 3 的支持,并且自身也有许多重大的

### 状态管理

[Pinia](https://pinia.vuejs.org/zh/index.html) 是我们新推荐的大规模状态管理的解决方案。 Pinia 是作为 Vuex 5 的雏形而创建的,现已实现了 Vuex 5 中计划实际实现的大部分功能。考虑到核心团队成员 [Eduardo](https://github.com/posva) 投入的工作量,我们决定保留其原始名称。
[Pinia](https://pinia.vuejs.org/zh/index.html) 是我们新推荐的大规模状态管理的解决方案。 Pinia 是作为 Vuex 5 的雏形而创建的,现已实现了 Vuex 5 中计划实际实现的大部分功能。考虑到核心团队成员 [Eduardo](https://github.com/posva) 的倾情投入,我们决定保留其原始名称。

- [文档](https://pinia.vuejs.org/zh/index.html)
- [GitHub](https://github.com/vuejs/pinia)
Expand Down

0 comments on commit a314eea

Please sign in to comment.