vue-drag-resize
vue-drag-resize copied to clipboard
DragCancel not working
I get this error when trying to use the dragCancel
prop.
[Vue tip]: Prop "dragcancel" is passed to component <Anonymous>, but the declared prop name is "dragCancel". Note that HTML attributes are case-insensitive and camelCased props need to use their kebab-case equivalents when using in-DOM templates. You should probably use "drag-cancel" instead of "dragCancel".
I need this props to edit an input inside the drag component.