!195 feat:Tinyflow因大小写导致的引用问题

Merge pull request !195 from Codingendless/master
pull/198/MERGE
xingyu 2025-08-15 10:46:38 +00:00 committed by Gitee
commit f0e09f78e8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
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;