Skip to content

Commit

Permalink
docs(zh): Update pinia.md about table header (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
mk965 committed Jul 16, 2023
1 parent a047654 commit 0b7cab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/zh/api/modules/pinia.md
Expand Up @@ -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 |
Expand Down Expand Up @@ -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 |
Expand Down

0 comments on commit 0b7cab3

Please sign in to comment.