--- '@vue-flow/core': patch --- Add `EdgeLabelRenderer` component export ### Usage - You can use the `EdgeLabelRenderer` component to render the label of an edge outside the SVG context of edges. - The `EdgeLabelRenderer` component is a component that handles teleporting your edge label into a HTML context - This is useful if you want to use HTML elements in your edge label, like buttons ```vue ```