mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 00:26:20 +08:00
5 lines
131 B
TypeScript
5 lines
131 B
TypeScript
import { withInstall } from '/@/utils';
|
|
import cardList from './src/CardList.vue';
|
|
|
|
export const CardList = withInstall(cardList);
|