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:
@@ -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