vue-drag-resize icon indicating copy to clipboard operation
vue-drag-resize copied to clipboard

DragCancel not working

Open Taxman972 opened this issue 6 years ago • 0 comments

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.

Taxman972 avatar Jun 03 '18 16:06 Taxman972