Skip to content

Commit 8ae8da0

Browse files
committed
refactor: remove unused import of defineModel from Vue
1 parent 52e1c30 commit 8ae8da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-spring-bottom-sheet/src/BottomSheet.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { BottomSheetProps } from './types'
44
import { Motion, AnimatePresence, useMotionValue, animate } from 'motion-v'
55
import type { PanInfo } from 'motion-v'
66
7-
import { computed, nextTick, onUnmounted, ref, toRefs, watch , defineModel, onMounted } from 'vue'
7+
import { computed, nextTick, onUnmounted, ref, toRefs, watch, onMounted } from 'vue'
88
import { useElementBounding, useScrollLock, useVModel, useWindowSize } from '@vueuse/core'
99
import { useFocusTrap } from '@vueuse/integrations/useFocusTrap'
1010
import { useSnapPoints } from './composables/useSnapPoints'

0 commit comments

Comments
 (0)