refactor: add form.ts of quotation
This commit is contained in:
parent
a468246826
commit
8e44ac3318
1 changed files with 5 additions and 0 deletions
5
src/pages/05_quotation/form.ts
Normal file
5
src/pages/05_quotation/form.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { defineStore } from 'pinia';
|
||||
|
||||
export const useQuotationForm = defineStore('form-quotation', () => {
|
||||
return {};
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue