移除 CronInput 组件中未使用的 api 导入和 FileItem 类型

This commit is contained in:
jxxghp
2025-01-13 13:07:22 +08:00
parent 41ce095505
commit d65ed9725c

View File

@@ -1,7 +1,4 @@
<script setup lang="ts">
import api from '@/api'
import { FileItem } from '@/api/types'
const props = defineProps({
modelValue: {
type: String,