fixing and cleaning

This commit is contained in:
2023-06-06 15:34:11 +02:00
parent 3b1565c82f
commit 894b0219c5
7 changed files with 175 additions and 92 deletions

View File

@@ -10,7 +10,7 @@ export const CommonStore = defineStore({
},
actions: {
setHoverElmt(elmt) {
console.log(`setHoverElmt`, elmt);
// console.log(`setHoverElmt`, elmt);
// mode can be : terraindevie, proximite, superposition, puissancedagir, action, doleancer
this.hover_elmt = elmt;
}