Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
aliel committed May 30, 2024
1 parent 3e1ca05 commit 8f0f3b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stores/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { store } from 'quasar/wrappers';
import { createPinia } from 'pinia';
import piniaPluginPersistedstate from 'pinia-plugin-persistedstate'
import piniaPluginPersistedstate from 'pinia-plugin-persistedstate';

/*
* If not building with SSR mode, you can
Expand All @@ -16,7 +16,7 @@ export default store((/* { ssrContext } */) => {

// You can add Pinia plugins here
// pinia.use(SomePiniaPlugin)
pinia.use(piniaPluginPersistedstate)
pinia.use(piniaPluginPersistedstate);

return pinia;
});

0 comments on commit 8f0f3b5

Please sign in to comment.