📝(component): 更新 switch 属性文档

This commit is contained in:
就眠儀式 2022-08-07 17:43:02 +08:00
parent 4cb92078c3
commit ca9a3607e9
2 changed files with 13 additions and 14 deletions

View File

@ -125,8 +125,7 @@ const isDisabled = computed(() => {
>
<span class="layui-checkbox-label">
<slot>{{ label }}</slot>
</span
>
</span>
<lay-icon
:type="
props.isIndeterminate && isChecked

View File

@ -237,18 +237,18 @@ export default {
::: table
| 属性 | 描述 | 可选值 |
| ------------- | -------------- | --------------------- |
| name | 原生 name 属性 | -- |
| v-model | 是否启用 | `true` `false` |
| disabled | 禁用 | `true` `false` |
| onswitch-text | 启用描述 | `启动` |
| unswitch-text | 禁用描述 | `禁用` |
| onswitch-value | 启用值 | `true` |
| unswitch-value | 禁用值 | `false` |
| size | 尺寸 | `lg` `md` `sm` `xs` |
| loading | 加载状态 | `true` `false` |
| loading-icon | 加载图标 | -- |
| 属性 | 描述 | 类型 |默认值 | 可选值 | 版本 |
| ------------- | -------------- |--------------------------- | -------------------------| --------------------- |--------------------- |
| name | 原生 name 属性 | `string` | -- | -- |-- |
| v-model | 是否启用 | `boolean` `string` `number` | -- | -- |-- |
| disabled | 禁用 | `boolean` | `false` | `true` `false` |-- |
| onswitch-text | 启用描述 | `string` | `启动` | -- |-- |
| unswitch-text | 禁用描述 | `string` | `禁用` | -- |-- |
| onswitch-value | 启用值 | `boolean` `string` `number` | `true` | -- |-- |
| unswitch-value | 禁用值 | `boolean` `string` `number` | `false` | -- |-- |
| size | 尺寸 | `string` | `md` | `lg` `md` `sm` `xs` |-- |
| loading | 加载状态 | `boolean` | `false` | `true` `false` | `1.4.0` |
| loading-icon | 加载图标 | `string` | `layui-icon-loading-one` | -- | `1.4.0` |
:::