非常教程

Mint UI参考手册

Form 组件 | Form Components

开关 | Switch

开关。


引入

import { Switch } from 'mint-ui';

Vue.component(Switch.name, Switch);

例子

<mt-switch v-model="value"></mt-switch>

带显示内容

<mt-switch v-model="value">开关</mt-switch>

API

参数

说明

类型

可选值

默认值

value

绑定值

Boolean

Event

名称

返回值

change

checked: Boolean

Slot

name

描述

-

显示内容

Mint UI

基于 Vue.js 的移动端组件库

Mint UI目录

1.概述 | Overview
2.快速开始 | Quickstart
3.JS组件 | JS Components
4.CSS 组件 | CSS components
5.Form 组件 | Form Components