Fix initial data on start page

This commit is contained in:
Ramon Wenger 2019-03-01 15:26:18 +01:00
parent 18633d4de8
commit bce54d0f46
1 changed files with 6 additions and 1 deletions

View File

@ -81,8 +81,13 @@
apollo: {
me: meQuery
}
},
data() {
return {
me: {}
}
}
}
</script>