From: Benjamin Auder Date: Sun, 9 Feb 2020 14:04:59 +0000 (+0100) Subject: 'update' X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=6f093ada2dafe47198b85d29ce5d26b50a343f8e 'update' --- diff --git a/client/src/views/Rules.vue b/client/src/views/Rules.vue index 1f9a0a44..5a69c5bf 100644 --- 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"]); },