docs: replace old typedoc links
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Composables
|
||||
|
||||
## [useVueFlow](https://types.vueflow.dev/modules.html#useVueFlow)
|
||||
## [useVueFlow](/typedocs/functions/useVueFlow.html/)
|
||||
|
||||
If you're using the options API of Vue you will soon notice that your access to the state of Vue Flow is limited.
|
||||
|
||||
@@ -37,7 +37,7 @@ onMounted(() => {
|
||||
`useVueFlow` exposes basically the whole internal state.
|
||||
The values are reactive, meaning changing the state values returned from `useVueFlow` will trigger changes in the graph.
|
||||
|
||||
## [useZoomPanHelper](https://types.vueflow.dev/modules.html#useZoomPanHelper)
|
||||
## [useZoomPanHelper](/typedocs/functions/useZoomPanHelper.html/)
|
||||
|
||||
The `useZoomPanHelper` utility can be used to access core store functions like getting Elements or
|
||||
using viewpane transforms.
|
||||
@@ -55,7 +55,7 @@ const { fitView } = useZoomPanHelper()
|
||||
</template>
|
||||
```
|
||||
|
||||
## [useHandle](https://types.vueflow.dev/modules.html#useHandle)
|
||||
## [useHandle](/typedocs/functions/useHandle.html/)
|
||||
|
||||
Instead of using the Handle component you can use the useHandle composable to create your own custom nodes. `useHandle`
|
||||
provides you with a mouseDown- and click-handler functions that you can apply to the element you want to use as a
|
||||
|
||||
Reference in New Issue
Block a user