mauricius / vue-draggable-resizable

Vue3 Component for draggable and resizable elements.
https://mauricius.github.io/vue-draggable-resizable/
MIT License
3.33k stars 559 forks source link

Handle slot not working #289

Closed OlkaB closed 3 years ago

OlkaB commented 3 years ago

There is small typo - unnecessary colon before handle's slots 'name' attribute. Instead <slot :name="handle" /> there should be <slot name="handle" />

mauricius commented 3 years ago

No, it's correct because the slot name is dynamic and it's inside a loop, such as a slot is assigned to each handle.