File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,18 +44,18 @@ useHead({
4444
4545<template >
4646 <TopPageSection />
47- <MessagePageSection />
48- <TicketPageSection v-if =" config.public.enableRegisterTicket" />
47+ <TimeTablePageSection v-if =" config.public.showTimetable" />
4948 <SpeakerPageSection :data =" speakers" />
50- <!--
51- <VolunteerPageSection v-if="!config.public.enableRegisterTicket && locale === 'ja'" />
52- -->
5349 <EventPageSection v-if =" config.public.showEvent" :data =" speakers" />
5450 <StorePageSection v-if =" config.public.showStore" />
55- <TimeTablePageSection v-if =" config.public.showTimetable" />
5651 <AccessPageSection />
52+ <TicketPageSection v-if =" config.public.enableRegisterTicket" />
5753 <SponsorPageSection :data =" sponsors" />
5854 <CooperationPartnerSection />
55+ <MessagePageSection />
56+ <!--
57+ <VolunteerPageSection v-if="!config.public.enableRegisterTicket && locale === 'ja'" />
58+ -->
5959 <FormPageSection />
6060 <TeamPageSection :data =" staffs" />
6161</template >
You can’t perform that action at this time.
0 commit comments