1
0

feat(views): lint

This commit is contained in:
kolaente
2024-04-02 14:04:17 +02:00
parent d7554d9e70
commit 6f366d4907
6 changed files with 177 additions and 171 deletions

View File

@ -21,7 +21,7 @@
@dragendBar="updateGanttTask"
@dblclickBar="openTask"
>
<template #timeunit="{value, date}">
<template #timeunit="{date}">
<div
class="timeunit-wrapper"
:class="{'today': dateIsToday(date)}"