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
{{ message }}
This repository was archived by the owner on Apr 5, 2019. It is now read-only.
Uh oh!
There was an error while loading. Please reload this page.
Imagine we have this kind of content:
Morphing component
We have this
<Image />
component inside markdown content. Imagine that the component will change based on the layout provided from front matter.For Example: Image.vue
The question is, how to retrieve theme object from frontmatter? So this code will work in any content.
<Image layout="theme.name" src="~static/image1.jpg" />
The text was updated successfully, but these errors were encountered: