This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev-2.1.3
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev-2.1.3 by this push:
new 97fb540ea [Improve] vue + antdv compatibility bug fix
97fb540ea is described below
commit 97fb540ea668a59df0b9c6a7cbc1ef2a9d55f8b8
Author: benjobs <[email protected]>
AuthorDate: Tue Mar 5 16:05:53 2024 +0800
[Improve] vue + antdv compatibility bug fix
---
streampark-console/streampark-console-webapp/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/streampark-console/streampark-console-webapp/package.json
b/streampark-console/streampark-console-webapp/package.json
index 0911dacee..dbabde7a9 100644
--- a/streampark-console/streampark-console-webapp/package.json
+++ b/streampark-console/streampark-console-webapp/package.json
@@ -64,7 +64,7 @@
"sweetalert2": "^11.10.5",
"sortablejs": "^1.15.0",
"terser": "^5.16.1",
- "vue": "~3.4.19",
+ "vue": "~3.3.13",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
"vue-types": "^5.0.2"