refactor: change pkg scope to vue-flow
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script lang="ts" setup>
|
||||
import type { Elements } from '@braks/vue-flow'
|
||||
import { Background, BackgroundVariant, VueFlow } from '@braks/vue-flow'
|
||||
import type { Elements } from '@vue-flow/core'
|
||||
import { Background, BackgroundVariant, VueFlow } from '@vue-flow/core'
|
||||
import ConnectionLine from './ConnectionLine.vue'
|
||||
|
||||
const elements = ref<Elements>([
|
||||
|
||||
Reference in New Issue
Block a user