Ditch global components

This commit is contained in:
Darko Gjorgjijoski
2025-01-12 17:53:44 +01:00
parent fcf64c0b26
commit 8160b53689
220 changed files with 1175 additions and 39 deletions

View File

@@ -48,6 +48,9 @@ import { useVuelidate } from '@vuelidate/core'
import { useNotificationStore } from '@/scripts/stores/notification'
import { useI18n } from 'vue-i18n'
import { handleError } from '@/scripts/helpers/error-handling'
import BaseButton from '@/scripts/components/base/BaseButton.vue'
import BaseInput from '@/scripts/components/base/BaseInput.vue'
import BaseInputGroup from '@/scripts/components/base/BaseInputGroup.vue'
const notificationStore = useNotificationStore()
const { t } = useI18n()