feat:Tinyflow因大小写导致的引用问题
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
export { default as Tinyflow } from './tinyflow.vue';
|
export { default as Tinyflow } from './Tinyflow.vue';
|
||||||
export * from './ui/typing';
|
export * from './ui/typing';
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import { isNumber } from '@vben/utils';
|
|||||||
import { Button, Input, Select } from 'ant-design-vue';
|
import { Button, Input, Select } from 'ant-design-vue';
|
||||||
|
|
||||||
import { testWorkflow } from '#/api/ai/workflow';
|
import { testWorkflow } from '#/api/ai/workflow';
|
||||||
import { Tinyflow } from '#/components/tinyflow';
|
import { Tinyflow } from '#/components/Tinyflow';
|
||||||
|
|
||||||
defineProps<{
|
defineProps<{
|
||||||
provider: any;
|
provider: any;
|
||||||
|
|||||||
Reference in New Issue
Block a user