feat: เพิ่ม stores ของ ProductService
This commit is contained in:
parent
cb413e0403
commit
73afca7b57
2 changed files with 5 additions and 0 deletions
5
src/stores/product-service/index.ts
Normal file
5
src/stores/product-service/index.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
import { defineStore } from 'pinia';
|
||||||
|
|
||||||
|
const useProductServiceStore = defineStore('api-product-service', () => {
|
||||||
|
return {};
|
||||||
|
});
|
||||||
0
src/stores/product-service/types.ts
Normal file
0
src/stores/product-service/types.ts
Normal file
Loading…
Add table
Add a link
Reference in a new issue