diff options
Diffstat (limited to 'components/NavBar.vue')
-rw-r--r-- | components/NavBar.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/NavBar.vue b/components/NavBar.vue index 4ffdf16..4bbae72 100644 --- a/components/NavBar.vue +++ b/components/NavBar.vue @@ -14,7 +14,7 @@ :key="route.path" :link="route.path" :name="route.name" - static + pure /> <NavLink v-for="route in externalRoutes" |