feat: implement workspaces

This commit is contained in:
Braks
2022-03-29 17:05:40 +02:00
parent cc96739c38
commit cd817b7f53
153 changed files with 8970 additions and 1191 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts" setup>
import { VueFlow, Elements } from '~/index'
import { VueFlow, Elements } from '@braks/vue-flow'
const initialElements: Elements = [
{ id: '1', label: '-', position: { x: 100, y: 100 } },