mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
chore: prefer named exports (#8315)
* chore: prefer named exports * chore: fix import
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import Checkbox from '..';
|
||||
import { Checkbox } from '..';
|
||||
import { mount } from '../../../test';
|
||||
|
||||
test('should emit "update:modelValue" event when checkbox icon is clicked', async () => {
|
||||
|
Reference in New Issue
Block a user