diff --git a/src/runtime/plugin.ts b/src/runtime/plugin.ts index 269241ab..96d54d1d 100644 --- a/src/runtime/plugin.ts +++ b/src/runtime/plugin.ts @@ -130,7 +130,7 @@ export default defineNuxtPlugin((nuxtApp) => { }) if (process.client && nuxtApp.payload.data[cacheKey]) { - cache.restore(destr(JSON.stringify(nuxtApp.payload.data[cacheKey]))) + cache.restore(nuxtApp.payload.data[cacheKey]) } }