mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
[improvement] update eslint rules (#2089)
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
<template>
|
||||
<transition :name="currentTransition">
|
||||
<div v-if="shouldRender" v-show="value" :class="b({ [position]: position })">
|
||||
<div
|
||||
v-if="shouldRender"
|
||||
v-show="value"
|
||||
:class="b({ [position]: position })"
|
||||
>
|
||||
<slot />
|
||||
</div>
|
||||
</transition>
|
||||
|
Reference in New Issue
Block a user