diff --git a/docs/api/user-client-modules/functions.md b/docs/api/user-client-modules/functions.md index 1f758d2..52e0514 100644 --- a/docs/api/user-client-modules/functions.md +++ b/docs/api/user-client-modules/functions.md @@ -408,4 +408,4 @@ const userData = await waitbox( 4. **额外参考** - [组件 ConfirmBox](./组件%20ConfirmBox.md) - [组件 Choices](./组件%20Choices.md) - - [组件 Waitbox](./组件%20Waitbox.md) + - [组件 WaitBox](./组件%20WaitBox.md) diff --git a/docs/api/user-client-modules/组件 ListPage.md b/docs/api/user-client-modules/组件 ListPage.md index 83bb511..da1fd98 100644 --- a/docs/api/user-client-modules/组件 ListPage.md +++ b/docs/api/user-client-modules/组件 ListPage.md @@ -10,14 +10,14 @@ ## Props 属性说明 -| 属性名 | 类型 | 默认值 | 描述 | -| ------------------ | ---------------- | ------- | --------------------------------------------------- | -| `loc` | `ElementLocator` | 必填 | 组件整体位置和尺寸 | -| `basis` | `number` | - | 列表区域所占比例 | -| `right` | `boolean` | `false` | 列表是否排列在右侧 | -| `close` | `boolean` | `false` | 是否显示关闭按钮 | -| `closeLoc` | `ElementLocator` | - | 关闭按钮的位置(相对于组件定位) | -| 继承自 `ListProps` | - | - | [查看完整属性](./组件%20ListProps#Props%20属性说明) | +| 属性名 | 类型 | 默认值 | 描述 | +| ------------------ | ---------------- | ------- | ---------------------------------------------- | +| `loc` | `ElementLocator` | 必填 | 组件整体位置和尺寸 | +| `basis` | `number` | - | 列表区域所占比例 | +| `right` | `boolean` | `false` | 列表是否排列在右侧 | +| `close` | `boolean` | `false` | 是否显示关闭按钮 | +| `closeLoc` | `ElementLocator` | - | 关闭按钮的位置(相对于组件定位) | +| 继承自 `ListProps` | - | - | [查看完整属性](./组件%20List#Props%20属性说明) | --- diff --git a/docs/guide/implements/choice.md b/docs/guide/implements/choice.md index 7479fdb..5fd6969 100644 --- a/docs/guide/implements/choice.md +++ b/docs/guide/implements/choice.md @@ -275,7 +275,7 @@ export const MyCom = defineComponent(props => { - [ConfirmBox](../../api/user-client-modules/组件%20ConfirmBox.md) - [Choices](../../api/user-client-modules/组件%20Choices.md) -- [Waitbox](../../api/user-client-modules/组件%20Waitbox.md) +- [WaitBox](../../api/user-client-modules/组件%20WaitBox.md) - [getConfirm](../../api/user-client-modules/functions.md#getconfirm) - [getChoice](../../api/user-client-modules/functions.md#getchoice) -- [waitbox](../../api/user-client-modules/functions.md#waitbox) +- [waitbox 方法](../../api/user-client-modules/functions.md#waitbox)