fix: component do not import

This commit is contained in:
dap 2024-10-06 10:29:58 +08:00
parent 66c2d18a4e
commit ba73a23d4f

View File

@ -1,6 +1,8 @@
<script setup lang="ts">
import type { Recordable } from '@vben/types';
import { Popconfirm } from 'ant-design-vue';
import { useVbenVxeGrid, type VxeGridProps } from '#/adapter';
import { forceLogout2, onlineDeviceList } from '#/api/monitor/online';
import { columns } from '#/views/monitor/online/data';