mirror of
https://github.com/certd/certd.git
synced 2026-07-29 08:37:36 +08:00
chore: code format
This commit is contained in:
@@ -23,8 +23,8 @@ export async function initStores(app: App, options: InitStoreOptions) {
|
||||
pinia.use(
|
||||
createPersistedState({
|
||||
// key $appName-$store.id
|
||||
key: (storeKey) => `${namespace}-${storeKey}`,
|
||||
storage: localStorage
|
||||
key: storeKey => `${namespace}-${storeKey}`,
|
||||
storage: localStorage,
|
||||
})
|
||||
);
|
||||
app.use(pinia);
|
||||
|
||||
Reference in New Issue
Block a user