🐛 Fix linter issue

This commit is contained in:
2025-07-27 02:18:54 +08:00
parent 2d728e4b07
commit f80cabfa75

View File

@@ -28,7 +28,7 @@ import { formatBytes } from '@/views/format'
const props = defineProps<{ const props = defineProps<{
modelValue: string | null modelValue: string | null
placeholder: string | undefined placeholder?: string | undefined
}>() }>()
const emit = defineEmits(['update:modelValue', 'update:pool']) const emit = defineEmits(['update:modelValue', 'update:pool'])