fix: bugs

pull/207/head
xingyu4j 2025-08-26 17:13:27 +08:00
parent f317508d39
commit 433d12ed35
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,3 @@
export { default as Tinyflow } from './Tinyflow.vue';
export { default as Tinyflow } from './tinyflow.vue';
export * from './ui/typing';

View File

@ -10,7 +10,7 @@ import { isNumber } from '@vben/utils';
import { Button, Input, Select } from 'ant-design-vue';
import { testWorkflow } from '#/api/ai/workflow';
import { Tinyflow } from '#/components/Tinyflow';
import { Tinyflow } from '#/components/tinyflow';
defineProps<{
provider: any;