This commit is contained in:
2026-02-09 21:48:47 +02:00
parent fc2fc3a907
commit ca67773650
6 changed files with 20 additions and 10 deletions
@@ -85,6 +85,12 @@ export default {
}
},
watch:{
async 'object.scenario'(n){
await this.loadScenario()
},
},
methods:{
}