chore: rename composables folder
This commit is contained in:
@@ -6,7 +6,7 @@ import { pick, padZero, createNamespace } from '../utils';
|
||||
import { times, sharedProps, getTrueValue, getMonthEndDay } from './utils';
|
||||
|
||||
// Composition
|
||||
import { useExpose } from '../composition/use-expose';
|
||||
import { useExpose } from '../composables/use-expose';
|
||||
|
||||
// Components
|
||||
import Picker from '../picker';
|
||||
|
||||
Reference in New Issue
Block a user