feat(docs): Add vitepress for docs & docs workspace

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent bf3ca8bfda
commit e71b9d5e48
21 changed files with 1293 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<script lang="ts" setup>
import { getElements } from './utils'
import { VueFlow, FlowInstance } from '@braks/vue-flow'
import { getElements } from './utils'
const instance = ref<FlowInstance>()
const onLoad = (flowInstance: FlowInstance) => {