Re-adjust backup & restore location

This commit is contained in:
Donald Zou
2024-10-15 23:07:49 +08:00
parent 27de7ddbf8
commit 51712ed2a8
4 changed files with 104 additions and 37 deletions

View File

@@ -56,6 +56,7 @@ watch(data, () => {
deep: true
})
const openBackupRestore = ref(false)
</script>
<template>
@@ -185,11 +186,6 @@ watch(data, () => {
>
<i class="bi bi-save-fill"></i></button>
</div>
<hr>
<h6>
<LocaleText t="Backup & Restore"></LocaleText>
</h6>
<ConfigurationBackupRestore></ConfigurationBackupRestore>
</div>
</div>
</div>