Open AndreasNasman opened 3 years ago
foldingTransition belongs to fold plugin. You can mixin fold plugin in your use.
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-slotHere's a minimal implementation of the problem, adding the
Tree
to aHelloWorld
component built with the Vue Cli: