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(){
|
||||
|
||||
@@ -119,7 +119,7 @@ export default {
|
||||
this.object.scenes = this.object.scenes || [];
|
||||
},
|
||||
unmounted(){
|
||||
window,removeEventListener('resize', this.resize);
|
||||
window.removeEventListener('resize', this.resize);
|
||||
},
|
||||
computed:{
|
||||
vb(){
|
||||
|
||||
Reference in New Issue
Block a user