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
+2 -2
View File
@@ -1,5 +1,5 @@
<script setup>
import { VueFlow } from '@braks/vue-flow'
import { VueFlow } from '@vue-flow/core'
import { ref } from 'vue'
import InteractionControls from './InteractionControls.vue'
@@ -14,7 +14,7 @@ const elements = ref([
</script>
<template>
<VueFlow class="interactionflow" v-model="elements" :fit-view-on-init="true">
<VueFlow v-model="elements" class="interactionflow" :fit-view-on-init="true">
<InteractionControls />
</VueFlow>
</template>
@@ -1,5 +1,5 @@
<script setup>
import { useVueFlow } from '@braks/vue-flow'
import { useVueFlow } from '@vue-flow/core'
import { ref } from 'vue'
const {