From d7621aa1d1c56304f5f8d599412f41d97ff47d5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20P=C3=B3=C5=82grabia?= Date: Sun, 30 Jan 2022 20:54:55 +0100 Subject: [PATCH] Fixed index page for static page and simple routing issue. --- 2022/01/nuxt_demo1/components/Navigation.vue | 36 ++++++++------------ 2022/01/nuxt_demo1/nuxt.config.js | 11 ++++-- 2 files changed, 22 insertions(+), 25 deletions(-) diff --git a/2022/01/nuxt_demo1/components/Navigation.vue b/2022/01/nuxt_demo1/components/Navigation.vue index 1ce8246..724c97f 100644 --- a/2022/01/nuxt_demo1/components/Navigation.vue +++ b/2022/01/nuxt_demo1/components/Navigation.vue @@ -2,14 +2,13 @@