refactor(additional-components): move additional components into separate pkg

This commit is contained in:
braks
2022-10-08 20:43:46 +02:00
committed by Braks
parent 8567e3733b
commit c1bcc02797
82 changed files with 934 additions and 222 deletions

View File

@@ -10,6 +10,7 @@
"lint": "eslint --ext .js,.ts,.vue ./"
},
"dependencies": {
"@vue-flow/additional-components": "workspace:*",
"@vue-flow/core": "workspace:*",
"@quasar/extras": "^1.15.4",
"quasar": "^2.9.2",

View File

@@ -1,6 +1,7 @@
<script setup>
import { Background, Controls, MiniMap, VueFlow, isNode, useVueFlow } from '@vue-flow/core'
import { VueFlow, isNode, useVueFlow } from '@vue-flow/core'
import { ref } from 'vue'
import { Background, Controls, MiniMap } from '@vue-flow/additional-components'
import { initialElements } from './initial-elements.js'
/**