feat(docs): Initial commit for docs in nuxt 3

This commit is contained in:
Braks
2021-11-06 08:54:35 +01:00
parent 6ec8258f33
commit 64df75d405
33 changed files with 6452 additions and 955 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export interface Node<T = any> {
| any
data?: T
style?: any
className?: string
class?: string
targetPosition?: Position
sourcePosition?: Position
isHidden?: boolean
+1
View File
@@ -1,3 +1,4 @@
// @ts-nocheck
import { CSSProperties, HTMLAttributes } from 'vue'
import { Edge, EdgeType } from './edge'
import { Node, NodeExtent, NodeType, TranslateExtent } from './node'