From: Benjamin Auder Date: Thu, 23 Jan 2020 09:31:07 +0000 (+0100) Subject: Add basic analyze view from FEN X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=652f40de91b2694093ba9755f24b76b81caff232 Add basic analyze view from FEN --- diff --git a/client/src/router.js b/client/src/router.js index a4d32369..1eb88f91 100644 --- a/client/src/router.js +++ b/client/src/router.js @@ -68,7 +68,7 @@ const router = new Router({ { path: "/analyze/:vname([a-zA-Z0-9]+)", name: "analyze", - component: loadView("Game"), + component: loadView("Analyze"), }, { path: "/about", diff --git a/client/src/views/Analyze.vue b/client/src/views/Analyze.vue index 4ec370c5..cecb7737 100644 --- a/client/src/views/Analyze.vue +++ b/client/src/views/Analyze.vue @@ -1,522 +1,54 @@