fix(@vant/use): should export useCountDown

This commit is contained in:
chenjiahan
2020-10-06 09:55:00 +08:00
parent 1075f6569f
commit c6bd04b8d2
3 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
export * from './useRect';
export * from './useToggle';
export * from './useCountDown';
export * from './useClickAway';
export * from './useWindowSize';
export * from './useScrollParent';