Skip to content

Commit 828445f

Browse files
authored
chore(jmanus): orrectly open and close drawer (alibaba#1275)
* fix(jmanus): correctly close and open the drawer * refactor(jmanus): integrate Pinia store for sidebar state management and update dependencies * refactor(jmanus): implement Pinia store for state management and enhance component structure * refactor(jmanus): replace emit events with Pinia store methods * refactor(jmanus): simplify sidebar integration and remove unused event handlers
1 parent 9269855 commit 828445f

File tree

8 files changed

+1709
-1326
lines changed

8 files changed

+1709
-1326
lines changed

spring-ai-alibaba-jmanus/ui-vue3/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"dev:server": "mvn spring-boot:run"
1919
},
2020
"dependencies": {
21+
"@ant-design/icons-vue": "^7.0.1",
2122
"@antv/g2": "^5.1.19",
2223
"@iconify/vue": "^4.1.1",
2324
"ant-design-vue": "^4.0.8",
@@ -26,12 +27,11 @@
2627
"lodash": "^4.17.21",
2728
"monaco-editor": "^0.45.0",
2829
"nprogress": "^0.2.0",
29-
"pinia": "^2.1.7",
30+
"pinia": "^2.3.1",
3031
"vue": "^3.3.8",
3132
"vue-i18n": "^9.8.0",
3233
"vue-router": "^4.2.5",
33-
"vue3-colorpicker": "^2.3.0",
34-
"@ant-design/icons-vue": "^7.0.1"
34+
"vue3-colorpicker": "^2.3.0"
3535
},
3636
"devDependencies": {
3737
"@rushstack/eslint-patch": "^1.5.1",

0 commit comments

Comments
 (0)