Skip to content

Commit

Permalink
docs: Incorrect use of Chinese and English symbols (#2038)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangenze267 committed Mar 1, 2023
1 parent b68c46a commit 0610d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/zh/core-concepts/getters.md
Expand Up @@ -182,7 +182,7 @@ export const useCounterStore = defineStore('counter', {

### 使用 `setup()` %{#with-setup}%

虽然并不是每个开发者都会使用组合式 API,但 `setup()` 钩子依旧可以使 Pinia 在选项式 API 中更易用。并且不需要额外的映射辅助函数!
虽然并不是每个开发者都会使用组合式 API,但 `setup()` 钩子依旧可以使 Pinia 在选项式 API 中更易用。并且不需要额外的映射辅助函数

```vue
<script>
Expand Down

0 comments on commit 0610d90

Please sign in to comment.