mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-27 13:44:54 +00:00
Ditch global components
This commit is contained in:
@@ -90,9 +90,15 @@ import {
|
||||
MenuCenterIcon,
|
||||
} from './icons/index.js'
|
||||
import { MenuAlt2Icon, MenuAlt3Icon, MenuIcon, LinkIcon } from '@heroicons/vue/solid'
|
||||
import BaseDropdown from '@/scripts/components/base/BaseDropdown.vue'
|
||||
import BaseContentPlaceholdersBox from '@/scripts/components/base/BaseContentPlaceholdersBox.vue'
|
||||
import BaseContentPlaceholders from '@/scripts/components/base/BaseContentPlaceholders.vue'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
BaseContentPlaceholders,
|
||||
BaseContentPlaceholdersBox,
|
||||
BaseDropdown,
|
||||
EditorContent,
|
||||
DotsVerticalIcon,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user