]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs(zh): Update pinia.md about table header (#2143)
authorMENGKE <mencre@163.com>
Sun, 16 Jul 2023 07:03:53 +0000 (15:03 +0800)
committerGitHub <noreply@github.com>
Sun, 16 Jul 2023 07:03:53 +0000 (09:03 +0200)
packages/docs/zh/api/modules/pinia.md

index 0b597be108168df2e88f52cda22008d90d4404b3..b21b93442bf4cadaf3168ff7e8864f7b4175cb23 100644 (file)
@@ -855,7 +855,7 @@ export default {
 
 #### 参数
 
-| 名称 | 类型 |
+| 名称 | 类型 | 描述 |
 | :------ | :------ | :------ |
 | `useStore` | [`StoreDefinition`](../interfaces/pinia.StoreDefinition.md)<`Id`, `S`, `G`, `A`\> | store to map from |
 | `keyMapper` | `KeyMapper` | object of state properties or getters |
@@ -898,7 +898,7 @@ export default {
 
 #### 参数
 
-| 名称 | 类型 |
+| 名称 | 类型 | 描述 |
 | :------ | :------ | :------ |
 | `useStore` | [`StoreDefinition`](../interfaces/pinia.StoreDefinition.md)<`Id`, `S`, `G`, `A`\> | store to map from |
 | `keys` | readonly `Keys`[] | array of state properties or getters |