code refactor
This commit is contained in:
@@ -42,12 +42,12 @@ import { ref } from 'vue';
|
||||
import { useI18n } from '@/locales/helpers.ts';
|
||||
|
||||
const props = defineProps<{
|
||||
modelValue: string
|
||||
title?: string
|
||||
hint?: string
|
||||
confirmDisabled?: boolean
|
||||
cancelDisabled?: boolean
|
||||
show: boolean
|
||||
modelValue: string;
|
||||
title?: string;
|
||||
hint?: string;
|
||||
confirmDisabled?: boolean;
|
||||
cancelDisabled?: boolean;
|
||||
show: boolean;
|
||||
}>();
|
||||
|
||||
const emit = defineEmits<{
|
||||
|
||||
Reference in New Issue
Block a user