new web setup !

This commit is contained in:
les
2021-09-27 11:12:14 +02:00
parent f1de1a011c
commit 5e0e08480a
7 changed files with 249 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ import Calendar from '@/components/Calendar'
export default {
name: 'Index',
components: { Event, Search, Announcement, Calendar },
middleware: 'setup',
async asyncData ({ params, $api, store }) {
const events = await $api.getEvents({
start: dayjs().startOf('month').unix(),