4 lines
114 B
JavaScript
4 lines
114 B
JavaScript
|
|
import VxeImagePreview from '../image-preview';
|
||
|
|
export * from '../image-preview';
|
||
|
|
export default VxeImagePreview;
|