This commit is contained in:
Viet An
2026-06-11 17:25:44 +07:00
parent 069ea1002c
commit a1450c7bde
4 changed files with 75 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ import { defineStore } from "pinia";
export const useStore = defineStore("maindev", {
state: () => ({
ready: false,
viewport: undefined,
login: undefined,
token: undefined,