mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 19:29:04 +08:00
8 lines
134 B
TypeScript
8 lines
134 B
TypeScript
import { withInstall } from '../util';
|
|
import Icon from './src/index.vue';
|
|
|
|
withInstall(Icon);
|
|
|
|
export { Icon };
|
|
export default Icon;
|