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:
@@ -19,6 +19,8 @@
|
||||
|
||||
<script setup>
|
||||
import { ref } from 'vue'
|
||||
import BaseIcon from '@/scripts/components/base/BaseIcon.vue'
|
||||
import BaseInput from '@/scripts/components/base/BaseInput.vue'
|
||||
|
||||
const emit = defineEmits(['onAdd'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user