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 -7
View File
@@ -10,17 +10,12 @@ import {
} from 'vue';
// Utils
import {
range,
isHidden,
doubleRaf,
preventDefault,
createNamespace,
} from '../utils';
import { range, isHidden, preventDefault, createNamespace } from '../utils';
// Composition
import {
useRect,
doubleRaf,
useChildren,
useWindowSize,
usePageVisibility,