dev
This commit is contained in:
@@ -131,7 +131,8 @@ export default {
|
||||
window.addEventListener('resize', this.resize);
|
||||
},
|
||||
unmounted(){
|
||||
window,removeEventListener('resize', this.resize);
|
||||
window.removeEventListener('resize', this.resize);
|
||||
gameEngine.stop();
|
||||
},
|
||||
methods:{
|
||||
async loadScenario(){
|
||||
|
||||
Reference in New Issue
Block a user