fix: lint
This commit is contained in:
parent
daaa7d3864
commit
c80e3b57e4
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import {computed, nextTick, ref, watch, watchEffect} from 'vue'
|
import {computed, nextTick, ref, watchEffect} from 'vue'
|
||||||
import TaskCollectionService from '@/services/taskCollection'
|
import TaskCollectionService from '@/services/taskCollection'
|
||||||
import TaskService from '@/services/task'
|
import TaskService from '@/services/task'
|
||||||
import {format, parse} from 'date-fns'
|
import {format, parse} from 'date-fns'
|
||||||
|
|
Loading…
Reference in a new issue