added drag&drop for Report items on Dashboard,

added temporary buttons for testing
This commit is contained in:
2025-04-13 15:39:11 +02:00
parent ee4729b8ef
commit 345e70a402
4 changed files with 200 additions and 30 deletions

View File

@ -10,7 +10,8 @@
},
"dependencies": {
"vue": "^3.5.13",
"vue-router": "^4.5.0"
"vue-router": "^4.5.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",