chore: prefer named exports (#8315)
* chore: prefer named exports * chore: fix import
This commit is contained in:
@@ -11,7 +11,7 @@ import { useExpose } from '../composables/use-expose';
|
||||
import { useLazyRender } from '../composables/use-lazy-render';
|
||||
|
||||
// Components
|
||||
import Cell from '../cell';
|
||||
import { Cell } from '../cell';
|
||||
|
||||
const [name, bem] = createNamespace('collapse-item');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user