changes
This commit is contained in:
@@ -24,10 +24,6 @@ export const useStore = defineStore("maindev", {
|
||||
this[name] = data;
|
||||
},
|
||||
|
||||
removeSnackbar() {
|
||||
this.snackbar = undefined;
|
||||
},
|
||||
|
||||
updateProduct(products) {
|
||||
this.product = products;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user