chore: prefer named exports (#8315)
* chore: prefer named exports * chore: fix import
This commit is contained in:
@@ -8,7 +8,7 @@ import { useScrollParent } from '@vant/use';
|
||||
import { useTouch } from '../composables/use-touch';
|
||||
|
||||
// Components
|
||||
import Loading from '../loading';
|
||||
import { Loading } from '../loading';
|
||||
|
||||
const [name, bem, t] = createNamespace('pull-refresh');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user