chore: migrate to composition API and auth0-spa

This commit is contained in:
2020-01-21 15:51:51 +01:00
parent 565a3aa66e
commit e6c87e2f46
44 changed files with 2489 additions and 1585 deletions
+3 -1
View File
@@ -4,14 +4,16 @@
<script>
import Events from "~/components/pages/events";
import { useTranslation } from '../plugins/i18n'
export default {
components: {
Events
},
head() {
const { t } = useTranslation()
return {
title: "Dancefinder - Evenemang"
title: t('events.title')
};
}
};