Added animation for list page change

This commit is contained in:
Ponkhy 2021-08-21 23:01:43 +02:00
parent 49ba5fb1b2
commit c90d17bd66

View File

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