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