vue-flowy icon indicating copy to clipboard operation
vue-flowy copied to clipboard

Growing FlowChart component for vuejs

Results 7 vue-flowy issues
Sort by recently updated
recently updated
newest added

I liked this library and trying to build comething like a flow chart. Is it possible to use vue components or custom html elements?

Does vue-flowy works with Vue 3? I followed the instructions in the read me page and I got a message in my console saying "Cannot read property 'component' of undefined"...

Hi, Loving this library! Just wonder if there is a way to have custom element using vue-flowy. If so, where about is it possible to inject the HTML of specific...

Watch for changes on elements, not just on the array of elements. Trying to add edges later on, when all the nodes are already in place, does not update the...

When trying to link an element back to a previous the arrows direction is the wrong way round. In this example I've linked C -> B so the arrow should...

bug

Hi! All the changes I made are opt-in (no breaking changes, just new features). Not sure if you're interested in them or not, but here they are in case you...

enhancement

## The Ask Hi there! I was wondering if it would be possible to place a method in the FlowElement.ts to tell the user whether or not a node exists...