This commit is contained in:
lhj
2024-11-09 01:18:32 +08:00
parent 898f2c3b34
commit 87d5c1fe30
8 changed files with 44 additions and 28 deletions

View File

@ -1,5 +1,4 @@
// componentMapping.ts
import TestComponent from './TestComponent.vue';
import AdaptivePage from './AdaptivePage.vue';
import Icon from './Icon.tsx';
@ -31,8 +30,7 @@ import {
} from '@arco-design/web-vue';
export const componentMapping: { [key: string]: any } = {
TestComponent, AdaptivePage,
Affix, Alert, Anchor, AnchorLink,
AdaptivePage, Affix, Alert, Anchor, AnchorLink,
AutoComplete, Avatar, AvatarGroup, BackTop,
Badge, Breadcrumb, BreadcrumbItem, Button,
ButtonGroup, Card, CardGrid, CardMeta,