You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How come the warnings show up even though I'm not using the plugin? I don't intend to either. Shouldn't the warnings be suppressed by default, i.e. not using the plugin?
Adding a
Tree
withv-slot
results in multiplefoldingTransition
warnings. Is this the correct way to customize how the tree is displayed with Vue 3?https://he-tree-vue.phphe.com/guide.html#custom-display-through-default-slot
Here's a minimal implementation of the problem, adding the
Tree
to aHelloWorld
component built with the Vue Cli:The text was updated successfully, but these errors were encountered: