mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect-embeded.git
synced 2025-06-25 14:04:12 +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);
|