BuLi-Tipp Tabelle, Punkterechnung, Rangliste weiter programmiert

This commit is contained in:
R40fendt
2025-05-03 22:48:27 +02:00
parent 6bc82f96a2
commit 1c1069a7a3
6 changed files with 76 additions and 65 deletions

10
package-lock.json generated
View File

@@ -17,6 +17,7 @@
"sloc": "^0.3.2",
"striptags": "^3.2.0",
"vue": "^3.5.13",
"vue-async-computed": "^4.0.1",
"vue-router": "^4.5.0"
},
"devDependencies": {
@@ -2278,6 +2279,15 @@
}
}
},
"node_modules/vue-async-computed": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/vue-async-computed/-/vue-async-computed-4.0.1.tgz",
"integrity": "sha512-INDaMHK7MSkfSLdIDSxmeFCeW+JO+Hj7wO+tVNE4u+W7ixSEPfGi4hlwBnv2pk/NmyDCTqSnmcfgxYZpofE5eQ==",
"license": "MIT",
"peerDependencies": {
"vue": "~3"
}
},
"node_modules/vue-router": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.5.0.tgz",