Skip to content

Commit

Permalink
chore(useDraggable): optimize import
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Skyblue committed Jan 1, 2024
1 parent 10c8631 commit 6fca593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/useDraggable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import {
isRef,
onMounted,
onUnmounted,
unref
unref,
type Ref
} from 'vue-demi'
import type { Ref } from 'vue-demi'
import type { Fn, RefOrElement, RefOrValue } from './types'

import { error } from './utils/log'
Expand Down

0 comments on commit 6fca593

Please sign in to comment.