add view Page to display static pages && add routing

This commit is contained in:
axolotle
2021-10-22 16:41:44 +02:00
parent 84c424d79b
commit 51891420d0
3 changed files with 56 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<main-header />
<main id="main">
<router-view />
<router-view :key="$route.path" />
</main>
<nodes-history />