[Bug Report][3.6.9] VTreeview: Append/Prepend Slots not usable on parent nodes when activatable #20009
Closed
Description
Environment
Vuetify Version: 3.6.9
Vue Version: 3.4.27
Browsers: Chrome 125.0.0.0
OS: Windows 10
Steps to reproduce
- Create a VTreeview node.
- Make the VTreeview activatable
- Add a template using the append or prepend slots
- In the template, insert a node
The node will not be visible in parent nodes on the tree. It will be visible for child nodes.
Expected Behavior
The nodes append and prepend to parent nodes in the tree.
Actual Behavior
The nodes do not append or prepend to parent nodes in the tree.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Note, using selected instead of activatable works fine. Using neither selected nor activatable also works fine.