mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
chore: prefer named exports (#8315)
* chore: prefer named exports * chore: fix import
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import Empty from '..';
|
||||
import { Empty } from '..';
|
||||
import { mount } from '../../../test';
|
||||
|
||||
test('should render image slot correctly', () => {
|
||||
|
Reference in New Issue
Block a user