Skip to content

Commit

Permalink
refactor: remove debug duration
Browse files Browse the repository at this point in the history
  • Loading branch information
GaoNeng-wWw committed Oct 21, 2024
1 parent 9eeae04 commit f97c801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/dialog-box/src/pc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@mouseup="useMouseEventUp"
@mousedown="useMouseEventDown"
>
<transition :name="dialogTransition" :duration="3000">
<transition :name="dialogTransition">
<div
ref="dialog"
v-show="visible"
Expand Down

0 comments on commit f97c801

Please sign in to comment.