Skip to content

Commit

Permalink
Update pinia.md
Browse files Browse the repository at this point in the history
fix: 两个表格缺少“描述”表头,导致 md 表格样式错误。
  • Loading branch information
mk965 committed Apr 17, 2023
1 parent 7b9cb9d commit e34ad46
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 e34ad46

Please sign in to comment.