Major new version #2
@ -37,9 +37,6 @@ const handleEventClick = (eventId) => {
|
|||||||
:title="event.title"
|
:title="event.title"
|
||||||
@click.stop="handleEventClick(event.id)"
|
@click.stop="handleEventClick(event.id)"
|
||||||
></div>
|
></div>
|
||||||
<div v-if="props.day.events.length > 3" class="event-more">
|
|
||||||
+{{ props.day.events.length - 3 }}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user