mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Remove: redundant defaults
This commit is contained in:
parent
8e985703bd
commit
9dd65aa6d5
@ -270,6 +270,7 @@ export default {
|
|||||||
mode: 'out-in',
|
mode: 'out-in',
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
console.log('component data()')
|
||||||
const filter = tabToFilterMapping({ tab: 'post', id: this.$route.params.id })
|
const filter = tabToFilterMapping({ tab: 'post', id: this.$route.params.id })
|
||||||
return {
|
return {
|
||||||
User: [],
|
User: [],
|
||||||
@ -461,8 +462,8 @@ export default {
|
|||||||
variables() {
|
variables() {
|
||||||
return {
|
return {
|
||||||
id: this.$route.params.id,
|
id: this.$route.params.id,
|
||||||
followedByCount: this.followedByCount || 7,
|
followedByCount: this.followedByCount,
|
||||||
followingCount: this.followingCount || 7,
|
followingCount: this.followingCount
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
fetchPolicy: 'cache-and-network',
|
fetchPolicy: 'cache-and-network',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user