mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-25 02:46:05 +03:00
Added animation for list page change
This commit is contained in:
parent
49ba5fb1b2
commit
c90d17bd66
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<MonitorList />
|
<transition name="slide-fade" appear>
|
||||||
|
<MonitorList />
|
||||||
|
</transition>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue