chore: 更改导入位置

This commit is contained in:
dap
2024-10-17 15:16:22 +08:00
parent 70e7d6a131
commit 4a393a1920
64 changed files with 94 additions and 64 deletions

View File

@@ -3,7 +3,7 @@ import { Page, useVbenModal } from '@vben/common-ui';
import { Space } from 'ant-design-vue';
import { useVbenVxeGrid, type VxeGridProps } from '#/adapter';
import { useVbenVxeGrid, type VxeGridProps } from '#/adapter/vxe-table';
import { sseList } from './api';
import sendMsgModal from './send-msg-modal.vue';

View File

@@ -3,7 +3,7 @@ import { computed, ref } from 'vue';
import { useVbenModal } from '@vben/common-ui';
import { useVbenForm } from '#/adapter';
import { useVbenForm } from '#/adapter/form';
import { sseSendAll, sseSendByUserId } from './api';