Browse Source
Merge pull request #237 from Ponkhy/master
Added animation for list page change
pull/239/head
Louis Lam
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
src/pages/List.vue
|
@ -1,5 +1,7 @@ |
|
|
<template> |
|
|
<template> |
|
|
<MonitorList /> |
|
|
<transition name="slide-fade" appear> |
|
|
|
|
|
<MonitorList /> |
|
|
|
|
|
</transition> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
|