mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 23:06:14 -04:00
fix eslint error
This commit is contained in:
parent
921f6ef12c
commit
e93cf75c33
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import InputCopyable from '@/components/InputCopyable.vue';
|
import InputCopyable from '@/components/InputCopyable.vue';
|
||||||
import CCard from '@/ui/c-card/c-card.vue';
|
|
||||||
import { isValidObjectId, objectIdFromDate, objectIdToDate } from '@/utils/objectId';
|
import { isValidObjectId, objectIdFromDate, objectIdToDate } from '@/utils/objectId';
|
||||||
|
|
||||||
const objectIdDate = ref(new Date().getTime());
|
const objectIdDate = ref(new Date().getTime());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue