fix: fix onopen

This commit is contained in:
2025-03-22 14:34:17 +08:00
parent 64b37e369d
commit fd5437292a
3 changed files with 71 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
import { QueryClient } from '@abearxiong/query';
// @ts-ignore
import { QueryClient } from '@kevisual/query';
const query = new QueryClient({ url: '/api/router', io: true });