import persistPlugin from 'pinia-plugin-persist' const pinia = createPinia() pinia.use(persistPlugin) export default pinia