mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Add 'Database Overwrtie' during install for SQLite type (#219)
This commit is contained in:
committed by
GitHub
parent
ddca5a7b6d
commit
be2e1df442
@@ -49,6 +49,10 @@
|
|||||||
</BaseInputGroup>
|
</BaseInputGroup>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="w-full">
|
||||||
|
<BaseCheckbox v-model="databaseData.database_overwrite" :label="$t('wizard.database.overwrite')"/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<BaseButton
|
<BaseButton
|
||||||
v-show="!isFetchingInitialData"
|
v-show="!isFetchingInitialData"
|
||||||
:content-loading="isFetchingInitialData"
|
:content-loading="isFetchingInitialData"
|
||||||
@@ -71,6 +75,7 @@ import { useInstallationStore } from '@/scripts/admin/stores/installation'
|
|||||||
import { helpers, required } from '@vuelidate/validators'
|
import { helpers, required } from '@vuelidate/validators'
|
||||||
import useVuelidate from '@vuelidate/core'
|
import useVuelidate from '@vuelidate/core'
|
||||||
import { useI18n } from 'vue-i18n'
|
import { useI18n } from 'vue-i18n'
|
||||||
|
import BaseCheckbox from '@/scripts/components/base/BaseCheckbox.vue'
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
configData: {
|
configData: {
|
||||||
|
|||||||
Reference in New Issue
Block a user