fix: 引入错误
parent
f0f094a28d
commit
50a3e6daba
|
@ -1,7 +1,8 @@
|
||||||
import type { VbenFormSchema } from '#/adapter/form';
|
import type { VbenFormSchema } from '#/adapter/form';
|
||||||
|
|
||||||
|
import { AiModelTypeEnum } from '@vben/utils';
|
||||||
|
|
||||||
import { getModelSimpleList } from '#/api/ai/model/model';
|
import { getModelSimpleList } from '#/api/ai/model/model';
|
||||||
import { AiModelTypeEnum } from '#/utils';
|
|
||||||
|
|
||||||
export function useFormSchema(): VbenFormSchema[] {
|
export function useFormSchema(): VbenFormSchema[] {
|
||||||
return [
|
return [
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { reactive, ref } from 'vue';
|
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<{
|
defineProps<{
|
||||||
isGenerating: boolean;
|
isGenerating: boolean;
|
||||||
|
|
Loading…
Reference in New Issue