This commit is contained in:
Viet An
2026-05-14 20:49:28 +07:00
parent 400bbf242e
commit 4b67a9f160
5 changed files with 70 additions and 84 deletions

View File

@@ -24,10 +24,6 @@ export const useStore = defineStore("maindev", {
this[name] = data;
},
removeSnackbar() {
this.snackbar = undefined;
},
updateProduct(products) {
this.product = products;
},