on multiple superpositions can switch by clicking on superposed mapitem
This commit is contained in:
@@ -99,6 +99,15 @@ export default {
|
||||
},
|
||||
deep: true
|
||||
},
|
||||
cid: {
|
||||
handler (n,o) {
|
||||
console.log(`TerrainDeVie watch cid o:${o}, n:${n}`);
|
||||
if (n) {
|
||||
this.concernement = this.concernementsByID[n];
|
||||
}
|
||||
},
|
||||
deep: true
|
||||
},
|
||||
eid: {
|
||||
handler (n, o) {
|
||||
console.log(`TerrainDeVie watch eid o:${o}, n:${n}`);
|
||||
|
||||
Reference in New Issue
Block a user