7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
|
|
import * as VxeUIExport from './components';
|
||
|
|
export * from './components';
|
||
|
|
/**
|
||
|
|
* A vue based PC component library
|
||
|
|
*/
|
||
|
|
export default VxeUIExport;
|