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:
@@ -43,6 +43,9 @@
|
||||
|
||||
<script setup>
|
||||
import { computed, useSlots } from 'vue'
|
||||
import BaseIcon from '@/scripts/components/base/BaseIcon.vue'
|
||||
import BaseContentPlaceholdersText from '@/scripts/components/base/BaseContentPlaceholdersText.vue'
|
||||
import BaseContentPlaceholders from '@/scripts/components/base/BaseContentPlaceholders.vue'
|
||||
|
||||
const props = defineProps({
|
||||
contentLoading: {
|
||||
|
||||
Reference in New Issue
Block a user