chore: rename composables folder

This commit is contained in:
chenjiahan
2020-11-16 11:41:46 +08:00
parent dc6330bcdc
commit 062cd546a9
60 changed files with 67 additions and 67 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ import { range, isObject, createNamespace, preventDefault } from '../utils';
// Composition
import { useParent } from '@vant/use';
import { useTouch } from '../composition/use-touch';
import { useExpose } from '../composition/use-expose';
import { useTouch } from '../composables/use-touch';
import { useExpose } from '../composables/use-expose';
const DEFAULT_DURATION = 200;
+1 -1
View File
@@ -7,7 +7,7 @@ import { BORDER_UNSET_TOP_BOTTOM } from '../utils/constant';
// Composition
import { useChildren } from '@vant/use';
import { useExpose } from '../composition/use-expose';
import { useExpose } from '../composables/use-expose';
// Components
import Loading from '../loading';