diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-20 22:19:25 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-20 22:19:25 +0200 |
commit | 84a95c8c4ecf5348341502f95250c4588181786d (patch) | |
tree | 8c087162e946f88b698cd594c50a12ac367679fa /components/NavBar.vue | |
parent | 73c108daf3d470d6ebea0ba58d2289d4ffabb84e (diff) | |
download | puszcza-84a95c8c4ecf5348341502f95250c4588181786d.tar.gz puszcza-84a95c8c4ecf5348341502f95250c4588181786d.zip |
Rename static to pure in NavLink
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" |