mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-08-12 11:10:13 +00:00
Ditch global components
This commit is contained in:
@@ -79,6 +79,10 @@ import { useI18n } from 'vue-i18n'
|
||||
import useVuelidate from '@vuelidate/core'
|
||||
import { required, helpers, numeric, decimal } from '@vuelidate/validators'
|
||||
import { ValidateEach } from '@vuelidate/components'
|
||||
import BaseButton from '@/scripts/components/base/BaseButton.vue'
|
||||
import BaseInput from '@/scripts/components/base/BaseInput.vue'
|
||||
import BaseInputGroup from '@/scripts/components/base/BaseInputGroup.vue'
|
||||
import BaseCard from '@/scripts/components/base/BaseCard.vue'
|
||||
|
||||
const exchangeRateStore = useExchangeRateStore()
|
||||
const notificationStore = useNotificationStore()
|
||||
|
||||
Reference in New Issue
Block a user