mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-27 05:34:53 +00:00
Ditch global components
This commit is contained in:
@@ -22,9 +22,11 @@ import Sqlite from './database/SqliteDatabase.vue'
|
||||
import { useNotificationStore } from '@/scripts/stores/notification'
|
||||
import { useInstallationStore } from '@/scripts/admin/stores/installation'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import BaseWizardStep from '@/scripts/components/base/BaseWizardStep.vue'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
BaseWizardStep,
|
||||
Mysql,
|
||||
Pgsql,
|
||||
Sqlite,
|
||||
|
||||
Reference in New Issue
Block a user