fix: lint

This commit is contained in:
耗子
2024-10-20 22:15:23 +08:00
parent ff239c467a
commit e6aad21631
+2 -1
View File
@@ -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'