Skip to content

Commit

Permalink
fix: reference
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 16, 2022
1 parent 692d024 commit ea497a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useTextareaAutosize/index.ts
@@ -1,7 +1,7 @@
import type { MaybeRef } from '@vueuse/shared'
import type { WatchSource } from 'vue-demi'
import { ref, watch } from 'vue-demi'
import useResizeObserver from '../useResizeObserver'
import { useResizeObserver } from '../useResizeObserver'

export interface UseTextareaAutosizeOptions {
/** Textarea element to autosize. */
Expand Down

0 comments on commit ea497a8

Please sign in to comment.