mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Add Vue 'head' element to group and user profile
This commit is contained in:
parent
d42afff17e
commit
9472a68bcd
@ -289,6 +289,11 @@ export default {
|
||||
name: 'slide-up',
|
||||
mode: 'out-in',
|
||||
},
|
||||
head() {
|
||||
return {
|
||||
title: this.groupName,
|
||||
}
|
||||
},
|
||||
data() {
|
||||
// const filter = tabToFilterMapping({ tab: 'post', id: this.$route.params.id })
|
||||
return {
|
||||
|
||||
@ -221,6 +221,11 @@ export default {
|
||||
name: 'slide-up',
|
||||
mode: 'out-in',
|
||||
},
|
||||
head() {
|
||||
return {
|
||||
title: this.userName,
|
||||
}
|
||||
},
|
||||
data() {
|
||||
const filter = tabToFilterMapping({ tab: 'post', id: this.$route.params.id })
|
||||
return {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user