superposition: mapitem openeing and entite clickable

This commit is contained in:
2023-09-14 10:42:31 +02:00
parent 43290d3c5d
commit 36b76a9ba6
4 changed files with 50 additions and 23 deletions

View File

@@ -16,7 +16,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;
},