Skip to content

Commit a684324

Browse files
author
Guillaume Chau
committed
fix: animations not happening
1 parent bff6a44 commit a684324

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@vue/cli-ui/src/components/app/AppLoading.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="app-loading">
3-
<transition name="vue-ui-fade">
3+
<transition name="vue-ui-fade" appear>
44
<VueLoadingIndicator
55
v-if="loading"
66
class="primary"

packages/@vue/cli-ui/src/components/dashboard/Widget.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<transition duration="150">
2+
<transition duration="150" appear>
33
<div
44
class="widget"
55
:class="{

0 commit comments

Comments
 (0)