'update'
[vchess.git] / client / src / views / Rules.vue
index 1f9a0a4..5a69c5b 100644 (file)
@@ -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"]);
   },