mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
[Doc] add build-in style document (#633)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<cell :title="title" class="van-switch-cell">
|
||||
<cell :title="title" :border="border" class="van-switch-cell">
|
||||
<van-switch v-bind="$props" @input="$emit('input', $event)" />
|
||||
</cell>
|
||||
</template>
|
||||
@@ -20,6 +20,7 @@ export default create({
|
||||
props: {
|
||||
title: String,
|
||||
value: Boolean,
|
||||
border: Boolean,
|
||||
loading: Boolean,
|
||||
disabled: Boolean
|
||||
},
|
||||
|
Reference in New Issue
Block a user