From e34ad46014993926b825c5733d0fded5b80461fa Mon Sep 17 00:00:00 2001 From: MENGKE Date: Mon, 17 Apr 2023 19:13:01 +0800 Subject: [PATCH] Update pinia.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: 两个表格缺少“描述”表头,导致 md 表格样式错误。 --- packages/docs/zh/api/modules/pinia.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docs/zh/api/modules/pinia.md b/packages/docs/zh/api/modules/pinia.md index 0b597be10..b21b93442 100644 --- a/packages/docs/zh/api/modules/pinia.md +++ b/packages/docs/zh/api/modules/pinia.md @@ -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 |