Skip to content

Commit 498ee12

Browse files
committed
chore: cleanup
1 parent 4cfc8b9 commit 498ee12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-final-modal/src/components/CoreModal/CoreModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { computed, inject, nextTick, onBeforeUnmount, onMounted, ref, toRef, watch } from 'vue'
2+
import { computed, inject, onBeforeUnmount, onMounted, ref, toRef, watch } from 'vue'
33
import { coreModalProps } from './CoreModalProps'
44
import { useTransition } from './useTransition'
55
import { useToClose } from './useToClose'

0 commit comments

Comments
 (0)