Files
vue-flow/docs/src/index.md
T
2022-05-27 23:36:01 +02:00

21 lines
313 B
Markdown

---
home: true
heroText: null
tagline: null
footer: MIT Licensed | Copyright © 2021-present Burak Cakmakoglu
---
<Home />
<Suspense>
<Banner />
</Suspense>
<client-only>
<Features />
<XyzTransition appear-visible xyz="fade down ease-out-back">
<Acknowledgement />
</XyzTransition>
</client-only>