chore(core): update composable jsdocs
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
import { watch } from 'vue'
|
||||
import { useVueFlow } from './useVueFlow'
|
||||
|
||||
/**
|
||||
* Composable that handles the initialization of the viewport.
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
export function useOnInitHandler() {
|
||||
const vfInstance = useVueFlow()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user