VueUiFlow
- Add config option to show curved links:
- Config update:
const config = ref({
style:{
chart: {
links: {
smooth: true, // new
},
nodes: {
labels: {
showValue: true, // new
}
}
}
}
})