docs: add documentation for Vue Flow slots

This commit is contained in:
bcakmakoglu
2022-06-15 19:31:20 +02:00
committed by Braks
parent 53a85bf49b
commit 0726a98170
4 changed files with 50 additions and 6 deletions
+4 -2
View File
@@ -56,8 +56,10 @@ export default {
'/guide/',
'/guide/getting-started',
'/guide/theming',
'/guide/config',
'/guide/state',
{
text: 'Vue Flow',
children: ['/guide/vue-flow/config', '/guide/vue-flow/state', '/guide/vue-flow/slots'],
},
'/guide/node',
'/guide/edge',
'/guide/composables',