We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034a01e commit e7840b9Copy full SHA for e7840b9
packages/theme/pages/Page.vue
@@ -47,7 +47,7 @@ export default defineComponent({
47
const { params } = route.value;
48
49
onSSR(async () => {
50
- await loadContent(params.slug || props.identifier);
+ await loadContent({ identifier: params.slug || props.identifier });
51
if (error?.value?.content) nuxtError({ statusCode: 404 });
52
});
53
return {
0 commit comments