CHECKPOINT some misc changes and about to manually upgrade package.json dependencies again

This commit is contained in:
2022-01-12 16:20:18 +00:00
parent a32c9e63c9
commit 9d4851a5f9
9 changed files with 43 additions and 31 deletions

View File

@@ -132,10 +132,9 @@
<template v-slot:event="{ event, eventSummary }">
<div class="v-event-draggable">
<span
:class="event.textColor + '--text'"
v-html="eventSummary()"
/><v-icon
<!-- eslint-disable vue/no-v-html -->
<span :class="event.textColor + '--text'" v-html="eventSummary()" />
<v-icon
v-if="!event.editable"
x-small
:color="event.textColor"