mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
[improvement] update eslint rules (#2089)
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
<template>
|
||||
<cell center :title="title" :border="border" :class="b()">
|
||||
<van-switch v-bind="$props" @input="$emit('input', $event)" />
|
||||
<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