feat(docs): Add docs index page

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-06 15:42:05 +01:00
parent 066155b9f7
commit 9f329c8802
10 changed files with 157 additions and 17 deletions
+6
View File
@@ -0,0 +1,6 @@
<template>
<ExamplesSidebar />
<div id="vue-flow-examples" class="flex-1">
<slot />
</div>
</template>