From ec49b0a17e4b9e21bf87b02ead010c38336f40ee Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 06 十一月 2024 00:43:50 +0800 Subject: [PATCH] 不良下线更新 --- src/components/VxeTable/src/componentMap.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/VxeTable/src/componentMap.ts b/src/components/VxeTable/src/componentMap.ts index d1ca62e..04a632e 100644 --- a/src/components/VxeTable/src/componentMap.ts +++ b/src/components/VxeTable/src/componentMap.ts @@ -1,7 +1,7 @@ import type { Component } from 'vue'; import type { ComponentType } from './componentType'; -import { ApiSelect, ApiTreeSelect } from '/@/components/Form'; +import { ApiSelect, ApiTreeSelect } from '@/components/Form'; import { Input, Select, @@ -17,7 +17,7 @@ Rate, Empty, } from 'ant-design-vue'; -import { Button } from '/@/components/Button'; +import { Button } from '@/components/Button'; const componentMap = new Map<ComponentType, Component>(); -- Gitblit v1.9.3