mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
chore: prefer named exports (#8315)
* chore: prefer named exports * chore: fix import
This commit is contained in:
@@ -14,7 +14,7 @@ import { useChildren } from '@vant/use';
|
||||
import { useExpose } from '../composables/use-expose';
|
||||
|
||||
// Components
|
||||
import Loading from '../loading';
|
||||
import { Loading } from '../loading';
|
||||
import Column, {
|
||||
PICKER_KEY,
|
||||
PickerColumn,
|
||||
|
Reference in New Issue
Block a user