feat(core): allow string array or object as class to node/edge objects (#1502)
* feat(core): allow string array as class * chore(changeset): add * feat(core): allow record as class * chore(changeset): add
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@vue-flow/core": minor
|
||||
---
|
||||
|
||||
Allow passing a Record<string, any> as class to node/edge objects
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@vue-flow/core": minor
|
||||
---
|
||||
|
||||
Allow passing an array of strings as class to node/edge objects
|
||||
Reference in New Issue
Block a user