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 e47d16546 [Bug] vue + vue-antd compatibility bug fix
e47d16546 is described below
commit e47d165465f6529f9148f98c471cc47a02b74cf9
Author: benjobs <[email protected]>
AuthorDate: Wed Jan 3 17:29:08 2024 +0800
[Bug] vue + vue-antd 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 429077477..9d2d43554 100644
--- a/streampark-console/streampark-console-webapp/package.json
+++ b/streampark-console/streampark-console-webapp/package.json
@@ -64,7 +64,7 @@
"sweetalert2": "^11.4.18",
"sortablejs": "^1.15.0",
"terser": "^5.16.1",
- "vue": "^3.2.47",
+ "vue": "~3.3.13",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
"vue-types": "^5.0.2"