refactor: change pkg scope to vue-flow
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup>
|
||||
import { Background, Controls, MiniMap, VueFlow, useVueFlow } from '@braks/vue-flow'
|
||||
import { Background, Controls, MiniMap, VueFlow, useVueFlow } from '@vue-flow/core'
|
||||
import { ref } from 'vue'
|
||||
import { initialElements } from './initial-elements.js'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { MarkerType, Position } from '@braks/vue-flow'
|
||||
import { MarkerType, Position } from '@vue-flow/core'
|
||||
|
||||
export const initialElements = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user