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

View File

@@ -5,7 +5,7 @@ import { preventDefault, getScrollTop, createNamespace } from '../utils';
// Composition
import { useScrollParent } from '@vant/use';
import { useTouch } from '../composition/use-touch';
import { useTouch } from '../composables/use-touch';
// Components
import Loading from '../loading';