Update deleteConfiguration.vue

This commit is contained in:
Donald Zou 2024-12-06 22:55:02 +08:00
parent bcfd9fc1c9
commit febdb2a9e0

View File

@ -40,16 +40,10 @@ const getBackup = () => {
loading.value = false; loading.value = false;
}) })
} }
onMounted(() => { onMounted(() => {
getBackup() getBackup()
}) })
const emits = defineEmits(["backup", "close"]) const emits = defineEmits(["backup", "close"])
</script> </script>
<template> <template>