chore: rename composables folder
This commit is contained in:
@@ -6,8 +6,8 @@ import { callInterceptor } from '../utils/interceptor';
|
||||
|
||||
// Composition
|
||||
import { useRect, useClickAway } 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 [createComponent, bem] = createNamespace('swipe-cell');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user