refactor: change pkg scope to vue-flow

This commit is contained in:
braks
2022-10-08 23:25:34 +02:00
committed by Braks
parent eb507c8e76
commit 8567e3733b
163 changed files with 288 additions and 288 deletions
@@ -1,7 +1,7 @@
<script lang="ts" setup>
import Moveable from 'vue3-moveable'
import type { Dimensions } from '@braks/vue-flow'
import { Handle, useVueFlow } from '@braks/vue-flow'
import type { Dimensions } from '@vue-flow/core'
import { Handle, useVueFlow } from '@vue-flow/core'
import { useMoveable } from './utils'
import type { ResizeRotateNodeProps } from './types'