chore: move useCountdown to @vant/use

This commit is contained in:
chenjiahan
2020-10-06 10:03:08 +08:00
parent 43036efdc4
commit c8a00f3ad3
13 changed files with 19 additions and 217 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import { ref, watch, reactive, computed, onMounted, onActivated } from 'vue';
// Utils
import { raf, pick, getScrollTop } from '../utils';
import { pick, getScrollTop } from '../utils';
import { isDate } from '../utils/validate/date';
import {
t,
@@ -17,7 +17,7 @@ import {
} from './utils';
// Composition
import { useRect } from '@vant/use';
import { raf, useRect } from '@vant/use';
import { useRefs } from '../composition/use-refs';
import { useExpose } from '../composition/use-expose';