mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-25 20:54:56 +00:00
Ditch global components
This commit is contained in:
@@ -149,6 +149,9 @@ import Row from './Row'
|
||||
import Column from './Column'
|
||||
import BaseTablePagination from './BaseTablePagination.vue'
|
||||
import SpinnerIcon from '@/scripts/components/icons/SpinnerIcon.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({
|
||||
columns: {
|
||||
|
||||
@@ -282,7 +282,10 @@
|
||||
<script>
|
||||
// Todo: Need to convert this to Composition API
|
||||
|
||||
import BaseIcon from '@/scripts/components/base/BaseIcon.vue'
|
||||
|
||||
export default {
|
||||
components: { BaseIcon },
|
||||
props: {
|
||||
pagination: {
|
||||
type: Object,
|
||||
|
||||
Reference in New Issue
Block a user