mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-18 18:54:07 +00:00
v6 update
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<NumberCustomizer
|
||||
type="payment"
|
||||
:type-store="paymentStore"
|
||||
default-series="PAY"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { usePaymentStore } from '@/scripts/admin/stores/payment'
|
||||
import NumberCustomizer from '../NumberCustomizer.vue'
|
||||
|
||||
const paymentStore = usePaymentStore()
|
||||
</script>
|
||||
Reference in New Issue
Block a user