parent
80c65e9497
commit
d9e65227b2
2 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ In Astro v0.21 können Komponenten aus beliebigen Frameworks in Markdown-Dateien
|
|||
|
||||
```markdown
|
||||
---
|
||||
Layout: '...'
|
||||
layout: '...'
|
||||
setup: |
|
||||
import MeineReactKomponente from '../components/MeineReactKomponente.jsx'
|
||||
---
|
||||
|
|
|
@ -68,7 +68,7 @@ In Astro v0.21, Components from any framework can be used within Markdown files.
|
|||
|
||||
```markdown
|
||||
---
|
||||
Layout: '...'
|
||||
layout: '...'
|
||||
setup: |
|
||||
import MyReactComponent from '../components/MyReactComponent.jsx'
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue