Replies: 1 comment
-
You need to use const title = computed(() => frontmatter.value.title) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to insert some information in the header of the document that can change with the page. And I use
layout-slots
to do this. But the contents of the slot will never change unless I refresh the page😢 How can I implement this feature🙏You can see the changes I made here.
Beta Was this translation helpful? Give feedback.
All reactions