fix eslint error
This commit is contained in:
parent
921f6ef12c
commit
e93cf75c33
@ -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…
Reference in New Issue
Block a user