minor while edit event datetime

This commit is contained in:
lesion
2019-08-07 01:26:14 +02:00
parent 18be5664fd
commit b413742c45
7 changed files with 36 additions and 13 deletions

View File

@@ -23,6 +23,13 @@ export default {
password: '',
}
},
name: 'Settings',
computed: mapState(['settings']),
head () {
return {
title: `${this.settings.title} - ${this.$t('common.settings')}`
}
},
async asyncData ({ $axios, params }) {
const user = await $axios.$get('/auth/user')
user.mastodon_auth = ''