mirror of
https://github.com/youzan/vant.git
synced 2026-05-07 01:01:01 +08:00
chore: prefer named exports (#8315)
* chore: prefer named exports * chore: fix import
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { defineComponent, ref } from 'vue';
|
||||
import Collapse from '..';
|
||||
import CollapseItem from '../../collapse-item';
|
||||
import { Collapse } from '..';
|
||||
import { CollapseItem } from '../../collapse-item';
|
||||
import { later, mount } from '../../../test';
|
||||
|
||||
const Component = defineComponent({
|
||||
|
||||
Reference in New Issue
Block a user