mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-28 06:04:54 +00:00
Ditch global components
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
<script setup>
|
||||
import { computed, useSlots } from 'vue'
|
||||
import { TabGroup, TabList, Tab, TabPanels } from '@headlessui/vue'
|
||||
import BaseBadge from '@/scripts/components/base/BaseBadge.vue'
|
||||
|
||||
const props = defineProps({
|
||||
defaultIndex: {
|
||||
|
||||
Reference in New Issue
Block a user