forked from didirus/AstralRinth
fix: dont remount components for project page every time route changes (#5105)
* fix: dont remount components for project page every time route changes * remove ts from macro --------- Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
@@ -1020,7 +1020,7 @@ import { useModerationStore } from '~/store/moderation.ts'
|
||||
import { reportProject } from '~/utils/report-helpers.ts'
|
||||
|
||||
definePageMeta({
|
||||
key: (route) => route.fullPath,
|
||||
key: (route) => `${route.params.id}`,
|
||||
})
|
||||
|
||||
const data = useNuxtApp()
|
||||
|
||||
Reference in New Issue
Block a user