You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've started migrating my app to nuxt3, and before I could write <ThingComponent :item='this' /> in a .md file to have access to the full frontmatter in the component. This does not seem to work in nuxt3, and I am instead getting the string 'this' bound. I can bind individual parts of the frontmatter fine, but I would like the whole thing :) Any clues?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've started migrating my app to nuxt3, and before I could write
<ThingComponent :item='this' />
in a.md
file to have access to the full frontmatter in the component. This does not seem to work in nuxt3, and I am instead getting the string 'this' bound. I can bind individual parts of the frontmatter fine, but I would like the whole thing :) Any clues?Beta Was this translation helpful? Give feedback.
All reactions