chore(@vant/use): fix circular dependency

This commit is contained in:
chenjiahan 2021-11-18 15:06:32 +08:00
parent 0f4e9aed48
commit 2a95498569
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { Ref, unref } from 'vue'; import { Ref, unref } from 'vue';
import { inBrowser } from '..'; import { inBrowser } from '../utils';
import { useEventListener } from '../useEventListener'; import { useEventListener } from '../useEventListener';
export type UseClickAwayOptions = { export type UseClickAwayOptions = {