added metainfo title on each pages

This commit is contained in:
2020-07-11 11:54:06 +02:00
parent 09793d56f8
commit ae9e6c6d84
13 changed files with 105 additions and 16 deletions
+5
View File
@@ -29,6 +29,11 @@ export default {
data: () => ({
content: null
}),
metaInfo () {
return {
title: `Operum ${this.$route.params.id}`
}
},
beforeCreate () {
console.log('operum this.$route', this.$route)
REST.get(`/indexOperum/` + this.$route.params.id, {})