Code reorganization
[vchess.git] / client / src / router.js
index 1507c8e..08bbf88 100644 (file)
@@ -31,5 +31,6 @@ export default new Router({
                        name: "test",
                        component: loadView("Test"),
                },
+    // TODO: gameRef, problemId: https://router.vuejs.org/guide/essentials/dynamic-matching.html
   ]
 });