feat: เพิ่ม stores ของ ProductService

This commit is contained in:
Net 2024-06-11 13:08:18 +07:00
parent cb413e0403
commit 73afca7b57
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,5 @@
import { defineStore } from 'pinia';
const useProductServiceStore = defineStore('api-product-service', () => {
return {};
});

View file