chore: lint files
This commit is contained in:
@@ -16,6 +16,7 @@ onPaneReady((i) => {
|
||||
console.log(i.getElements())
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<VueFlow />
|
||||
</template>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Edge, Node } from '@braks/vue-flow'
|
||||
import type { Edge, Node } from '@braks/vue-flow'
|
||||
|
||||
export function getElements(xElements = 10, yElements = 10) {
|
||||
const initialNodes: Node[] = []
|
||||
|
||||
Reference in New Issue
Block a user