docs: fix dead link

This commit is contained in:
unanmed 2025-10-15 14:38:12 +08:00
parent b585c0a1c6
commit 9570da9f55
3 changed files with 11 additions and 11 deletions

View File

@ -408,4 +408,4 @@ const userData = await waitbox(
4. **额外参考** 4. **额外参考**
- [组件 ConfirmBox](./组件%20ConfirmBox.md) - [组件 ConfirmBox](./组件%20ConfirmBox.md)
- [组件 Choices](./组件%20Choices.md) - [组件 Choices](./组件%20Choices.md)
- [组件 Waitbox](./组件%20Waitbox.md) - [组件 WaitBox](./组件%20WaitBox.md)

View File

@ -11,13 +11,13 @@
## Props 属性说明 ## Props 属性说明
| 属性名 | 类型 | 默认值 | 描述 | | 属性名 | 类型 | 默认值 | 描述 |
| ------------------ | ---------------- | ------- | --------------------------------------------------- | | ------------------ | ---------------- | ------- | ---------------------------------------------- |
| `loc` | `ElementLocator` | 必填 | 组件整体位置和尺寸 | | `loc` | `ElementLocator` | 必填 | 组件整体位置和尺寸 |
| `basis` | `number` | - | 列表区域所占比例 | | `basis` | `number` | - | 列表区域所占比例 |
| `right` | `boolean` | `false` | 列表是否排列在右侧 | | `right` | `boolean` | `false` | 列表是否排列在右侧 |
| `close` | `boolean` | `false` | 是否显示关闭按钮 | | `close` | `boolean` | `false` | 是否显示关闭按钮 |
| `closeLoc` | `ElementLocator` | - | 关闭按钮的位置(相对于组件定位) | | `closeLoc` | `ElementLocator` | - | 关闭按钮的位置(相对于组件定位) |
| 继承自 `ListProps` | - | - | [查看完整属性](./组件%20ListProps#Props%20属性说明) | | 继承自 `ListProps` | - | - | [查看完整属性](./组件%20List#Props%20属性说明) |
--- ---

View File

@ -275,7 +275,7 @@ export const MyCom = defineComponent(props => {
- [ConfirmBox](../../api/user-client-modules/组件%20ConfirmBox.md) - [ConfirmBox](../../api/user-client-modules/组件%20ConfirmBox.md)
- [Choices](../../api/user-client-modules/组件%20Choices.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) - [getConfirm](../../api/user-client-modules/functions.md#getconfirm)
- [getChoice](../../api/user-client-modules/functions.md#getchoice) - [getChoice](../../api/user-client-modules/functions.md#getchoice)
- [waitbox](../../api/user-client-modules/functions.md#waitbox) - [waitbox 方法](../../api/user-client-modules/functions.md#waitbox)