chore: lint files

This commit is contained in:
Braks
2022-05-11 20:54:55 +02:00
parent 447d24c5a8
commit 22845c210d
133 changed files with 461 additions and 381 deletions

View File

@@ -57,9 +57,6 @@ A simple setup could look like this:
```vue
<!-- Flowchart.vue -->
<template>
<VueFlow v-model="elements"></VueFlow>
</template>
<script setup>
import { VueFlow } from '@braks/vue-flow'
@@ -81,6 +78,10 @@ const elements = ref([
},
])
</script>
<template>
<VueFlow v-model="elements"></VueFlow>
</template>
```
### __Make sure to import the necessary styles:__