mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
linter
This commit is contained in:
parent
64892067ce
commit
5297547b35
@ -331,7 +331,14 @@
|
||||
<p class="h5">
|
||||
<T>profile.calendar.publicEvents.header</T><T>quotation.colon</T>
|
||||
</p>
|
||||
<PersonalCalendar :year="year" :events="events" class="my-3" remove-button @delete="(d) => events = events.filter(e => e !== d)" :maxitems="100" />
|
||||
<PersonalCalendar
|
||||
:year="year"
|
||||
:events="events"
|
||||
class="my-3"
|
||||
remove-button
|
||||
:maxitems="100"
|
||||
@delete="(d) => events = events.filter(e => e !== d)"
|
||||
/>
|
||||
<PropagateCheckbox v-if="otherProfiles > 0" field="events" :before="beforeChanges.events" :after="events" @change="propagateChanged" />
|
||||
<CalendarEventsList :year="year" add-button @add="(e) => events.push(e)" />
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user