refactor: ♻️ 升级依赖、移除 pdf 预览和修复打包类型警告问题

This commit is contained in:
Ray.Hao
2025-09-16 17:27:17 +08:00
parent 726181f1ed
commit 97503a3612
5 changed files with 24 additions and 590 deletions

View File

@@ -1,5 +1,5 @@
export { useStomp } from "./websocket/useStomp";
export { useDictSync } from "./websocket/useDictSync";
export { useDictSync, DictMessage } from "./websocket/useDictSync";
export { useOnlineCount } from "./websocket/useOnlineCount";
export { useLayout } from "./layout/useLayout";

View File

@@ -1,4 +1,3 @@
import { ref } from "vue";
import { useDictStoreHook } from "@/store/modules/dict-store";
import { useStomp } from "./useStomp";
import type { IMessage } from "@stomp/stompjs";