fix: lint

This commit is contained in:
xingyu4j
2026-03-13 20:58:07 +08:00
parent a850d426ef
commit de0181e0d9
6 changed files with 18 additions and 10 deletions

View File

@@ -47,7 +47,6 @@ export async function initStores(app: App, options: InitStoreOptions) {
encodingType: 'aes',
encryptionSecret: import.meta.env.VITE_APP_STORE_SECURE_KEY,
isCompression: true,
// @ts-ignore secure-ls does not have a type definition for this
metaKey: `${namespace}-secure-meta`,
});
pinia.use(