diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-09-14 18:35:34 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-09-14 18:35:55 +0200 |
commit | 8aee0d826a38cc7c78660a8af70edbd85dbf3745 (patch) | |
tree | c7400c4b8d91ab101251323d0bba5a60ae159d66 /pages | |
parent | b6a509b8487cb9a11a8c3ab67df05904599c7b0c (diff) |
Add title on header
Diffstat (limited to 'pages')
-rw-r--r-- | pages/index.vue | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pages/index.vue b/pages/index.vue index f617e72..1e45510 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,5 +1,8 @@ <template lang="pug"> - VHeader + div + VHeader(pageName="Home") + main + .mx-auto.max-w-7xl.py-6(class="sm:px-6 lg:px-8") </template> <script> |