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

@@ -8,3 +8,14 @@
div(v-html='$t("about")')
</template>
<script>
import { mapState } from 'vuex'
export default {
computed: mapState(['settings']),
head () {
return {
title: `${this.settings.title} - ${this.$t('common.info')}`
}
}
}
</script>