🚀 修复构建问题.

This commit is contained in:
lijiahang
2024-03-18 14:58:43 +08:00
parent 127f4df302
commit 2451f4af82
9 changed files with 15 additions and 14 deletions

View File

@@ -152,6 +152,7 @@
import { Message, Modal } from '@arco-design/web-vue';
import usePermission from '@/hooks/permission';
import { copy } from '@/hooks/copy';
import { GrantKey, GrantRouteName } from '@/views/asset/grant/types/const';
import HostKeySelector from '@/components/asset/host-key/selector/index.vue';
const emits = defineEmits(['openAdd', 'openUpdate', 'openKeyView']);

View File

@@ -148,6 +148,7 @@
import usePermission from '@/hooks/permission';
import { copy } from '@/hooks/copy';
import { usePagination } from '@/types/table';
import { GrantKey, GrantRouteName } from '@/views/asset/grant/types/const';
import HostKeySelector from '@/components/asset/host-key/selector/index.vue';
const emits = defineEmits(['openAdd', 'openUpdate', 'openKeyView']);