mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-21 23:40:40 +01:00
Add page title
This commit is contained in:
@@ -9,7 +9,12 @@
|
||||
import {defineComponent} from "@nuxtjs/composition-api";
|
||||
|
||||
export default defineComponent({
|
||||
name: "services"
|
||||
name: "services",
|
||||
head() {
|
||||
return {
|
||||
title: `${this.$i18n.t('header.services')} - Arthur Danjou`
|
||||
}
|
||||
},
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user