layui/example/docs/zh-CN/components/switch.md
dingyongya e9f9457b88 Merge branch 'split-panel' of https://gitee.com/dingyongya/layui-vue into develop
 Conflicts:
	example/docs/zh-CN/components/avatar.md
	example/docs/zh-CN/components/countup.md
2022-01-12 14:20:49 +08:00

1.9 KiB

::: anchor :::

::: title 基础使用 :::

::: demo

:::

::: title 事件回调 :::

::: demo

:::

::: title 禁用状态 :::

::: demo

:::

::: title 修改描述 :::

::: demo

:::

::: title Switch 属性 :::

::: table

属性 描述 可选值
name 原生 name 属性 --
v-model 是否启用 true false
disabled 禁用 true false
active-text 启用描述 启动
inactive-text 禁用描述 禁用

:::

::: title Switch 事件 :::

::: table

属性 描述 可选值
change 切换事件 current : 当前值

:::

::: comment :::

::: previousNext switch :::