docs: cleanup
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -74,6 +74,7 @@ onMounted(async () => {
|
|||||||
imports: {
|
imports: {
|
||||||
'@vue-flow/additional-components': `${location.origin}/vue-flow-additional-components.mjs`,
|
'@vue-flow/additional-components': `${location.origin}/vue-flow-additional-components.mjs`,
|
||||||
'@vue-flow/core': `${location.origin}/vue-flow-core.mjs`,
|
'@vue-flow/core': `${location.origin}/vue-flow-core.mjs`,
|
||||||
|
'@vue-flow/node-toolbar': `${location.origin}/vue-flow-node-toolbar.mjs`,
|
||||||
...additionalImports,
|
...additionalImports,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { Position, VueFlow } from '@vue-flow/core'
|
import { Position, VueFlow } from '@vue-flow/core'
|
||||||
|
import { ref } from 'vue'
|
||||||
import ToolbarNode from './ToolbarNode.vue'
|
import ToolbarNode from './ToolbarNode.vue'
|
||||||
|
|
||||||
const defaultNodeStyle = {
|
const defaultNodeStyle = {
|
||||||
|
|||||||
Vendored
+1
@@ -38,6 +38,7 @@ declare module '@vue/runtime-core' {
|
|||||||
SnappableConnectionLine: typeof import('./../components/examples/snap-to-handle/SnappableConnectionLine.vue')['default']
|
SnappableConnectionLine: typeof import('./../components/examples/snap-to-handle/SnappableConnectionLine.vue')['default']
|
||||||
Team: typeof import('./../components/home/Team.vue')['default']
|
Team: typeof import('./../components/home/Team.vue')['default']
|
||||||
TeleportableNode: typeof import('./../components/examples/teleport/TeleportableNode.vue')['default']
|
TeleportableNode: typeof import('./../components/examples/teleport/TeleportableNode.vue')['default']
|
||||||
|
ToolbarNode: typeof import('./../components/examples/node-toolbar/ToolbarNode.vue')['default']
|
||||||
TransitionEdge: typeof import('./../components/examples/transition/TransitionEdge.vue')['default']
|
TransitionEdge: typeof import('./../components/examples/transition/TransitionEdge.vue')['default']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user