diff --git a/web/src/views/task/IndexView.vue b/web/src/views/task/IndexView.vue index 596900b06..6c55a90fc 100644 --- a/web/src/views/task/IndexView.vue +++ b/web/src/views/task/IndexView.vue @@ -3,7 +3,8 @@ defineOptions({ name: 'task-index' }) -import { LogInst, NButton, NDataTable, NPopconfirm } from 'naive-ui' +import type { LogInst } from 'naive-ui' +import { NButton, NDataTable, NPopconfirm } from 'naive-ui' import task from '@/api/panel/task' import ws from '@/api/ws'