This commit is contained in:
Viet An
2026-06-11 21:13:22 +07:00
parent 069ea1002c
commit a1450c7bde
4 changed files with 75 additions and 3 deletions
+1
View File
@@ -2,6 +2,7 @@ import { defineStore } from "pinia";
export const useStore = defineStore("maindev", {
state: () => ({
ready: false,
viewport: undefined,
login: undefined,
token: undefined,