79660498

Date: 2025-06-10 13:13:41
Score: 4
Natty:
Report link

im having the same issue, i can fix it by adding keep alive at the root level in app.vue but cant get it working inside the exact way i want as i have to render something dynamically

<template>
  <KeepAlive>
    <Test v-if="nestedProp" />
  </KeepAlive>
  <NuxtLayout>
    <NuxtPage />
  </NuxtLayout>
</template>
Reasons:
  • RegEx Blacklisted phrase (1): i want
  • Has code block (-0.5):
  • Me too answer (2.5): having the same issue
  • Low reputation (1):
Posted by: Mind Inventive