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({
44
44
45
45
<template >
46
46
<TopPageSection />
47
- <MessagePageSection />
48
- <TicketPageSection v-if =" config.public.enableRegisterTicket" />
47
+ <TimeTablePageSection v-if =" config.public.showTimetable" />
49
48
<SpeakerPageSection :data =" speakers" />
50
- <!--
51
- <VolunteerPageSection v-if="!config.public.enableRegisterTicket && locale === 'ja'" />
52
- -->
53
49
<EventPageSection v-if =" config.public.showEvent" :data =" speakers" />
54
50
<StorePageSection v-if =" config.public.showStore" />
55
- <TimeTablePageSection v-if =" config.public.showTimetable" />
56
51
<AccessPageSection />
52
+ <TicketPageSection v-if =" config.public.enableRegisterTicket" />
57
53
<SponsorPageSection :data =" sponsors" />
58
54
<CooperationPartnerSection />
55
+ <MessagePageSection />
56
+ <!--
57
+ <VolunteerPageSection v-if="!config.public.enableRegisterTicket && locale === 'ja'" />
58
+ -->
59
59
<FormPageSection />
60
60
<TeamPageSection :data =" staffs" />
61
61
</template >
You can’t perform that action at this time.
0 commit comments