chore: lint

This commit is contained in:
braks
2023-05-25 20:48:26 +02:00
committed by Braks
parent 0e5a678a7b
commit 94b43a68d6
6 changed files with 17 additions and 8 deletions
@@ -1,8 +1,9 @@
<script setup>
<script lang="ts" setup>
import type { Elements } from '@vue-flow/core'
import { VueFlow } from '@vue-flow/core'
import ConnectionLine from './ConnectionLine.vue'
const elements = ref([
const elements = ref<Elements>([
{
id: '1',
type: 'input',