This commit is contained in:
Viet An
2026-05-05 15:15:50 +07:00
parent bd58e2b847
commit f5123ee018
13 changed files with 54 additions and 257 deletions

View File

@@ -13,8 +13,6 @@ export const useStore = defineStore("maindev", {
productdocument: undefined,
applicationstatus: undefined,
applicationproduct: undefined,
lastlegendfiltertab: "Giỏ hàng",
layersetting: undefined,
country: undefined,
lang: "vi",
branch: {},
@@ -24,6 +22,9 @@ export const useStore = defineStore("maindev", {
}),
actions: {
commit(name, data) {
// if (name === "common") {
// console.trace("commit", name, data);
// }
this[name] = data;
},
removeSnackbar() {