]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: Incorrect use of Chinese and English symbols (#2038)
authorNed <57580045+wangenze267@users.noreply.github.com>
Wed, 1 Mar 2023 07:58:43 +0000 (15:58 +0800)
committerGitHub <noreply@github.com>
Wed, 1 Mar 2023 07:58:43 +0000 (08:58 +0100)
packages/docs/zh/core-concepts/getters.md

index 19018cd66bc63ad77e3d46fdb57efe96aaf82298..97e52affa473f64f35dd6fe56757e4116fe92ea4 100644 (file)
@@ -182,7 +182,7 @@ export const useCounterStore = defineStore('counter', {
 
 ### 使用 `setup()` %{#with-setup}%
 
-虽然并不是每个开发者都会使用组合式 API,但 `setup()` 钩子依旧可以使 Pinia 在选项式 API 中更易用。并且不需要额外的映射辅助函数!
+虽然并不是每个开发者都会使用组合式 API,但 `setup()` 钩子依旧可以使 Pinia 在选项式 API 中更易用。并且不需要额外的映射辅助函数
 
 ```vue
 <script>