chore: prefer named exports (#8315)
* chore: prefer named exports * chore: fix import
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ import { useParent } from '@vant/use';
|
||||
import { routeProps } from '../composables/use-route';
|
||||
|
||||
// Components
|
||||
import SwipeItem from '../swipe-item';
|
||||
import { SwipeItem } from '../swipe-item';
|
||||
|
||||
const [name, bem] = createNamespace('tab');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user