diff --git a/src/components/Dialogs/loadingDialog.vue b/src/components/Dialogs/loadingDialog.vue index fd2c105..c85e8a6 100644 --- a/src/components/Dialogs/loadingDialog.vue +++ b/src/components/Dialogs/loadingDialog.vue @@ -16,9 +16,9 @@ import { ref, toRaw } from "vue"; const props = defineProps({ loadingDialogVisible: { - type: Boolean, - required: true, -}, + type: Boolean, + required: true, + }, }); const emit = defineEmits(['handleClose']) @@ -33,9 +33,9 @@ emit('handleClose')