chore: move useCountdown to @vant/use
This commit is contained in:
+2
-7
@@ -1,11 +1,6 @@
|
||||
import { watch, computed } from 'vue';
|
||||
import {
|
||||
raf,
|
||||
isObject,
|
||||
cancelRaf,
|
||||
getSizeStyle,
|
||||
createNamespace,
|
||||
} from '../utils';
|
||||
import { raf, cancelRaf } from '@vant/use';
|
||||
import { isObject, getSizeStyle, createNamespace } from '../utils';
|
||||
import { BLUE, WHITE } from '../utils/constant';
|
||||
|
||||
const [createComponent, bem] = createNamespace('circle');
|
||||
|
||||
Reference in New Issue
Block a user