mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
chore: rename composables folder
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ref, PropType } from 'vue';
|
||||
import { createNamespace } from '../utils';
|
||||
import { useTouch } from '../composition/use-touch';
|
||||
import { useTouch } from '../composables/use-touch';
|
||||
import Loading from '../loading';
|
||||
|
||||
const [createComponent, bem] = createNamespace('key');
|
||||
|
Reference in New Issue
Block a user