Skip to content

Commit

Permalink
fix: empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
buglavecz committed Jan 12, 2025
1 parent c91e63c commit d302faa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nuxt/src/pages/runtime/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ export default defineComponent({
].filter(Boolean))

const keepaliveConfig = props.keepalive ?? routeProps.route.meta.keepalive ?? (defaultKeepaliveConfig as KeepAliveProps)

vnode = _wrapIf(Transition, hasTransition && transitionProps,
wrapInKeepAlive(keepaliveConfig, h(Suspense, {
suspensible: true,
Expand Down

0 comments on commit d302faa

Please sign in to comment.