1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-11-06 09:09:33 +02:00

Merge pull request #237 from Ponkhy/master

Added animation for list page change
This commit is contained in:
Louis Lam
2021-08-22 15:11:51 +08:00
committed by GitHub

View File

@@ -1,5 +1,7 @@
<template>
<MonitorList />
<transition name="slide-fade" appear>
<MonitorList />
</transition>
</template>
<script>