chore: migrate to composition API and auth0-spa
This commit is contained in:
+3
-1
@@ -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')
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user