regenerate stage loader code when switching game versions
This commit is contained in:
parent
9079b799ae
commit
4ec7ca77cd
1 changed files with 5 additions and 0 deletions
|
@ -105,6 +105,11 @@ export default {
|
|||
components: {
|
||||
draggable,
|
||||
},
|
||||
watch: {
|
||||
fastCodes: function() {
|
||||
this.updateCode();
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
selectedRoute: [],
|
||||
|
|
Loading…
Reference in a new issue