feat: 添加 Stomp/WebSocket 实现
正在显示
| ... | @@ -58,6 +58,7 @@ | ... | @@ -58,6 +58,7 @@ |
| "@iconify/iconify": "^2.2.1", | "@iconify/iconify": "^2.2.1", | ||
| "@logicflow/core": "^1.1.26", | "@logicflow/core": "^1.1.26", | ||
| "@logicflow/extension": "^1.1.26", | "@logicflow/extension": "^1.1.26", | ||
| "@stomp/stompjs": "^6.1.2", | |||
| "@vue/runtime-core": "^3.2.37", | "@vue/runtime-core": "^3.2.37", | ||
| "@vue/shared": "^3.2.37", | "@vue/shared": "^3.2.37", | ||
| "@vueuse/core": "^8.9.4", | "@vueuse/core": "^8.9.4", | ||
| ... | @@ -82,7 +83,9 @@ | ... | @@ -82,7 +83,9 @@ |
| "qs": "^6.11.0", | "qs": "^6.11.0", | ||
| "resize-observer-polyfill": "^1.5.1", | "resize-observer-polyfill": "^1.5.1", | ||
| "showdown": "^2.1.0", | "showdown": "^2.1.0", | ||
| "sockjs-client": "^1.6.1", | |||
| "sortablejs": "^1.15.0", | "sortablejs": "^1.15.0", | ||
| "stompjs": "^2.3.3", | |||
| "tinymce": "^5.10.5", | "tinymce": "^5.10.5", | ||
| "vditor": "^3.8.17", | "vditor": "^3.8.17", | ||
| "vue": "^3.2.37", | "vue": "^3.2.37", | ||
| ... | @@ -109,7 +112,9 @@ | ... | @@ -109,7 +112,9 @@ |
| "@types/qrcode": "^1.5.0", | "@types/qrcode": "^1.5.0", | ||
| "@types/qs": "^6.9.7", | "@types/qs": "^6.9.7", | ||
| "@types/showdown": "^1.9.4", | "@types/showdown": "^1.9.4", | ||
| "@types/sockjs-client": "^1.5.1", | |||
| "@types/sortablejs": "^1.13.0", | "@types/sortablejs": "^1.13.0", | ||
| "@types/stompjs": "^2.3.5", | |||
| "@typescript-eslint/eslint-plugin": "^5.36.0", | "@typescript-eslint/eslint-plugin": "^5.36.0", | ||
| "@typescript-eslint/parser": "^5.36.0", | "@typescript-eslint/parser": "^5.36.0", | ||
| "@vitejs/plugin-legacy": "^2.0.1", | "@vitejs/plugin-legacy": "^2.0.1", | ||
| ... | ... |
src/utils/stomp/index.ts
0 → 100644
请
注册
或者
登录
后发表评论