⬆️ upgrade dependencies

This commit is contained in:
landaiqing
2024-09-27 01:34:25 +08:00
parent 172bf00d93
commit d6741aaa6f
13 changed files with 1043 additions and 504 deletions

View File

@@ -42,4 +42,6 @@ export const useWebSocketStore = defineStore('websocket', () => {
onEvent,
close,
};
}, {
persist: false,
});