I'm looking at the official documentation for dragging and dropping TreeView elements here: https://www.telerik.com/kendo-vue-ui/components/treeview/api/TreeViewDragAnalyzer/
The drag hint icons in the example always show the cancel icon even when the drag and drop is valid and works.
The Angular example works as expected. It's only the Vue example that seems broken.