Browse Source

Merge pull request #237 from Ponkhy/master

Added animation for list page change
pull/239/head
Louis Lam 3 years ago
committed by GitHub
parent
commit
2912ca1248
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/pages/List.vue

2
src/pages/List.vue

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

Loading…
Cancel
Save