fix: wip blog by tag

This commit is contained in:
kmacoders
2021-07-08 15:01:32 +07:00
parent b0f2e5dbb2
commit 3852e0ec03
9 changed files with 32 additions and 19 deletions

View File

@@ -98,7 +98,16 @@ export default class TheHeader extends Vue {
{
title: 'Blog',
link: '/blog',
subMenu: []
subMenu: [
{
title: 'Tất cả bài viết',
link: '/blog'
},
{
title: 'Bài viết theo chủ đề',
link: '/tags'
}
]
},
{
title: 'eHandy Teams',