This commit is contained in:
Ulf Gebhardt 2023-11-23 05:49:25 +01:00
parent 721ea98295
commit a21e90fcb9
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -31,7 +31,7 @@ function createApp(
}, },
}) })
if(isClient){ if (isClient) {
pinia.use(piniaPluginPersistedstate) pinia.use(piniaPluginPersistedstate)
} }