mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 16:46:19 +08:00
fix: modal closing animation (#5960)
This commit is contained in:
@@ -103,7 +103,7 @@ const { dragging, transform } = useModalDraggable(
|
||||
);
|
||||
|
||||
const firstOpened = ref(false);
|
||||
const isClosed = ref(false);
|
||||
const isClosed = ref(true);
|
||||
|
||||
watch(
|
||||
() => state?.value?.isOpen,
|
||||
|
Reference in New Issue
Block a user