projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b07549
)
'update'
author
Benjamin Auder
<benjamin.auder@somewhere>
Sun, 9 Feb 2020 14:04:59 +0000
(15:04 +0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Sun, 9 Feb 2020 14:04:59 +0000
(15:04 +0100)
client/src/views/Rules.vue
patch
|
blob
|
blame
|
history
diff --git
a/client/src/views/Rules.vue
b/client/src/views/Rules.vue
index
1f9a0a4
..
5a69c5b
100644
(file)
--- a/
client/src/views/Rules.vue
+++ b/
client/src/views/Rules.vue
@@
-47,7
+47,7
@@
export default {
this.re_setVariant(newRoute.params["vname"]);
},
},
- created:
async
function() {
+ created: function() {
// NOTE: variant cannot be set before store is initialized
this.re_setVariant(this.$route.params["vname"]);
},