fix: 引入错误

pull/209/head
xingyu4j 2025-09-03 18:03:14 +08:00
parent f0f094a28d
commit 50a3e6daba
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
import type { VbenFormSchema } from '#/adapter/form';
import { AiModelTypeEnum } from '@vben/utils';
import { getModelSimpleList } from '#/api/ai/model/model';
import { AiModelTypeEnum } from '#/utils';
export function useFormSchema(): VbenFormSchema[] {
return [

View File

@ -1,9 +1,9 @@
<script setup lang="ts">
import { reactive, ref } from 'vue';
import { Button, Textarea } from 'ant-design-vue';
import { MindMapContentExample } from '@vben/utils';
import { MindMapContentExample } from '#/utils';
import { Button, Textarea } from 'ant-design-vue';
defineProps<{
isGenerating: boolean;