mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-29 14:44:55 +00:00
Ditch global components
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
<script setup>
|
||||
import { ref } from 'vue'
|
||||
import SelectNotePopup from '../SelectNotePopup.vue'
|
||||
import BaseCustomInput from '@/scripts/components/base/BaseCustomInput.vue'
|
||||
|
||||
const props = defineProps({
|
||||
store: {
|
||||
|
||||
Reference in New Issue
Block a user