Skip to content

Commit f081707

Browse files
committed
doc: add drag modal
1 parent dd69527 commit f081707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/modal/demo/modal-render.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default defineComponent({
6969
} else {
7070
startUpdatePos.value = false;
7171
}
72-
});
72+
}, 50);
7373
});
7474
7575
watchEffect(() => {

0 commit comments

Comments
 (0)