mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
Merge pull request #237 from Ponkhy/master
Added animation for list page change
This commit is contained in:
commit
2912ca1248
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
|
<transition name="slide-fade" appear>
|
||||||
<MonitorList />
|
<MonitorList />
|
||||||
|
</transition>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue