修改类型定义.

This commit is contained in:
lijiahang
2024-07-24 15:29:15 +08:00
parent 0240a12321
commit 3513196a78
57 changed files with 89 additions and 309 deletions

View File

@@ -129,9 +129,9 @@
</script>
<script lang="ts" setup>
import type { CronPropType } from './const.types';
import type { CronPropType } from './const';
import { computed, onMounted, reactive, ref, watch } from 'vue';
import { cronEmits, cronDefaultProps, convertWeekToQuartz } from './const.types';
import { cronEmits, cronDefaultProps, convertWeekToQuartz } from './const';
import { useDebounceFn } from '@vueuse/core';
import { dateFormat } from '@/utils';
import { copy } from '@/hooks/copy';