mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
[Improvement] use bem mixin (#934)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<cell center :title="title" :border="border" class="van-switch-cell">
|
||||
<cell center :title="title" :border="border" :class="b()">
|
||||
<van-switch v-bind="$props" @input="$emit('input', $event)" />
|
||||
</cell>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user