apply linter

This commit is contained in:
Simon Vieille 2022-04-17 17:16:22 +02:00
parent 46a555a038
commit 7f29096e31
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -9,7 +9,7 @@
</thead> </thead>
<tr> <tr>
<td v-for="item in week" v-bind:class="{'bg-light': !item.currentMonth}"> <td v-for="item in week" v-bind:class="{'bg-light': !item.currentMonth}">
<div v-for="event in item.events"> <div v-for="event in item.events" class="mb-3">
<details v-if="event.description"> <details v-if="event.description">
<summary> <summary>
<span class="font-weight-bold"> <span class="font-weight-bold">