⬆️ upgrade dependencies

This commit is contained in:
landaiqing
2024-09-27 01:34:25 +08:00
parent 172bf00d93
commit d6741aaa6f
13 changed files with 1043 additions and 504 deletions

View File

@@ -14,7 +14,7 @@ export const langStore = defineStore(
persist: {
key: 'lang',
storage: localStorage,
paths: ["lang"],
pick: ["lang"],
}
}
);