From: Ned <57580045+wangenze267@users.noreply.github.com> Date: Wed, 1 Mar 2023 07:58:43 +0000 (+0800) Subject: docs: Incorrect use of Chinese and English symbols (#2038) X-Git-Tag: pinia@2.0.33~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0610d90668fc539a02eb128071da862a152ff81c;p=thirdparty%2Fvuejs%2Fpinia.git docs: Incorrect use of Chinese and English symbols (#2038) --- diff --git a/packages/docs/zh/core-concepts/getters.md b/packages/docs/zh/core-concepts/getters.md index 19018cd6..97e52aff 100644 --- a/packages/docs/zh/core-concepts/getters.md +++ b/packages/docs/zh/core-concepts/getters.md @@ -182,7 +182,7 @@ export const useCounterStore = defineStore('counter', { ### 使用 `setup()` %{#with-setup}% -虽然并不是每个开发者都会使用组合式 API,但 `setup()` 钩子依旧可以使 Pinia 在选项式 API 中更易用。并且不需要额外的映射辅助函数! +虽然并不是每个开发者都会使用组合式 API,但 `setup()` 钩子依旧可以使 Pinia 在选项式 API 中更易用。并且不需要额外的映射辅助函数! ```vue