refactor(additional-components): move additional components into separate pkg
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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'
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user