feat: add error page

This commit is contained in:
kmacoders
2021-06-28 01:07:31 +07:00
parent f79c2f5031
commit 7eb7e72c55
6 changed files with 135 additions and 3 deletions

View File

@@ -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: '/',