fix: 引入错误
This commit is contained in:
@@ -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 [
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user