From e0f9517f4b60d253b46abb20feb15d23ebaf32bc Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 22 Mar 2023 16:31:34 +0800
Subject: [PATCH] 添加断开连接的按钮
---
package.json | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index 90c7aa2..245d89f 100644
--- a/package.json
+++ b/package.json
@@ -8,13 +8,16 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
+ "@smallwei/avue": "^2.10.10",
"axios": "^1.3.4",
"core-js": "^3.8.3",
"element-ui": "^2.15.13",
+ "flipbook-vue": "^1.0.0-beta.4",
"socket.io": "^4.6.1",
"socket.io-client": "^2.4.0",
"vue": "^2.6.14",
"vue-axios": "^3.5.2",
+ "vue-material-design-icons": "^5.2.0",
"vue-router": "^3.0.1"
},
"devDependencies": {
--
Gitblit v1.9.3