Skip to content

Commit 57cf974

Browse files
committed
fix: widget add/remove animation
1 parent f67c89f commit 57cf974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)