ming4762
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/@core/ui-kit/popup-ui/src/modal/modal.vue
|
|
|
@ -103,7 +103,7 @@ const { dragging, transform } = useModalDraggable( |
|
|
|
); |
|
|
|
|
|
|
|
const firstOpened = ref(false); |
|
|
|
const isClosed = ref(false); |
|
|
|
const isClosed = ref(true); |
|
|
|
|
|
|
|
watch( |
|
|
|
() => state?.value?.isOpen, |
|
|
|
|