diff --git a/renderer/app.ts b/renderer/app.ts index 4ee3514..69ee3bd 100644 --- a/renderer/app.ts +++ b/renderer/app.ts @@ -31,7 +31,7 @@ function createApp( }, }) - if(isClient){ + if (isClient) { pinia.use(piniaPluginPersistedstate) }