X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Frouter.js;h=08bbf88ba281350a284334377bedb0e76b9f5d1f;hb=8d61fc4ab7373b4a576f3f9108cdf7768ae27096;hp=1507c8e7b5d8c26551df3d6945a1f0d3b01f8019;hpb=760865ac92508676c0047b84c5ba3e12d41d7c20;p=vchess.git diff --git a/client/src/router.js b/client/src/router.js index 1507c8e7..08bbf88b 100644 --- a/client/src/router.js +++ b/client/src/router.js @@ -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 ] });