examples: update quasar example

This commit is contained in:
braks
2022-10-13 23:23:43 +02:00
committed by Braks
parent f978db25e4
commit 3fcc163509
6 changed files with 28 additions and 34 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<script setup>
import { Background, Controls, MiniMap } from '@vue-flow/additional-components'
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'
/**