Fix initial data on start page
This commit is contained in:
parent
18633d4de8
commit
bce54d0f46
|
|
@ -81,8 +81,13 @@
|
|||
|
||||
apollo: {
|
||||
me: meQuery
|
||||
}
|
||||
},
|
||||
|
||||
data() {
|
||||
return {
|
||||
me: {}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue