Skip to content

Commit

Permalink
chore: use already define route for key resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
logotip4ik committed Oct 27, 2024
1 parent 829caee commit 16ba29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/@[user].vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ onMounted(() => {
<LazyWorkspaceWelcome v-if="isNoteEmpty" />

<WithFadeTransition v-else>
<div :key="$route.path" style="height: 100%;">
<div :key="route.path" style="height: 100%;">
<!-- nuxt page transition is causing severe memory leak... -->
<NuxtPage />
</div>
Expand Down

0 comments on commit 16ba29b

Please sign in to comment.