feat: add error page
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<b-navbar>
|
||||
<b-navbar
|
||||
fixed-top
|
||||
shadow
|
||||
>
|
||||
<template #brand>
|
||||
<b-navbar-item tag="nuxt-link" :to="{ path: '/' }">
|
||||
<img
|
||||
@@ -92,6 +95,11 @@ export default class TheHeader extends Vue {
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'Blog',
|
||||
link: '/blog',
|
||||
subMenu: []
|
||||
},
|
||||
{
|
||||
title: 'eHandy Teams',
|
||||
link: '/',
|
||||
|
||||
Reference in New Issue
Block a user