fix: typo
This commit is contained in:
parent
78b68eb57f
commit
5ac8707f38
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { api } from 'src/boot/axios';
|
|||
import { PaginationResult } from 'src/types';
|
||||
import { Invoice, InvoicePayload } from './types';
|
||||
|
||||
export const useWorkflowTemplate = defineStore('workflow-store', () => {
|
||||
export const useInvoice = defineStore('workflow-store', () => {
|
||||
const data = ref<Invoice[]>([]);
|
||||
const page = ref<number>(1);
|
||||
const pageMax = ref<number>(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue