This commit is contained in:
syuilo
2022-12-30 13:37:14 +09:00
parent 254fede524
commit 632c7d2ac6
38 changed files with 90 additions and 90 deletions

View File

@@ -8,7 +8,7 @@
<template v-else><i class="ti ti-chevron-down"></i></template>
</button>
</header>
<transition
<Transition
:name="$store.state.animation ? 'folder-toggle' : ''"
@enter="enter"
@after-enter="afterEnter"
@@ -18,7 +18,7 @@
<div v-show="showBody">
<slot></slot>
</div>
</transition>
</Transition>
</div>
</template>