fix: animations not happening

This commit is contained in:
Guillaume Chau
2019-04-11 22:54:43 +02:00
parent bff6a44ae8
commit a684324d53
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="app-loading">
<transition name="vue-ui-fade">
<transition name="vue-ui-fade" appear>
<VueLoadingIndicator
v-if="loading"
class="primary"

View File

@@ -1,5 +1,5 @@
<template>
<transition duration="150">
<transition duration="150" appear>
<div
class="widget"
:class="{