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
commit 2912ca1248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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