fix: store name
This commit is contained in:
parent
81580fdb5c
commit
02b2f6aa5c
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import { api } from 'src/boot/axios';
|
||||||
import { Quotation, QuotationFull, QuotationPayload } from './types';
|
import { Quotation, QuotationFull, QuotationPayload } from './types';
|
||||||
import { PaginationResult } from 'src/types';
|
import { PaginationResult } from 'src/types';
|
||||||
|
|
||||||
export const quotationStore = defineStore('quotation-store', () => {
|
export const useQuotationStore = defineStore('quotation-store', () => {
|
||||||
const data = ref<Quotation[]>([]);
|
const data = ref<Quotation[]>([]);
|
||||||
const page = ref<number>(1);
|
const page = ref<number>(1);
|
||||||
const pageMax = ref<number>(1);
|
const pageMax = ref<number>(1);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue