src/components/Table/src/componentMap.ts
@@ -11,7 +11,7 @@ Radio, } from 'ant-design-vue'; import type { ComponentType } from './types/componentType'; import { ApiSelect, ApiTreeSelect, RadioButtonGroup, ApiRadioGroup } from '/@/components/Form'; import { ApiSelect, ApiTreeSelect, RadioButtonGroup, ApiRadioGroup } from '@/components/Form'; const componentMap = new Map<ComponentType, Component>();