chore: align srcDir=app structure (assets, composables, stores, plugins, pages) and prepare for correct alias resolution
This commit is contained in:
parent
bc2babbe90
commit
9a04893909
8 changed files with 10 additions and 10 deletions
|
|
@ -1,7 +0,0 @@
|
|||
import { defineNuxtPlugin } from "#app";
|
||||
import { createPersistedState } from "pinia-plugin-persistedstate";
|
||||
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
// Register persisted state plugin for Pinia on client
|
||||
nuxtApp.$pinia.use(createPersistedState());
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue