Open logicminds opened 3 years ago
The example you provided in the README (https://codesandbox.io/s/example-5-j8qo9?file=/src/App.vue) references a mixing named DragSensitive. However, this mixin does not exist. Was this mixin renamed?
The demo must be out of date. DragSensitive is now DragAwareMixin
DragSensitive
DragAwareMixin
The example you provided in the README (https://codesandbox.io/s/example-5-j8qo9?file=/src/App.vue) references a mixing named DragSensitive. However, this mixin does not exist. Was this mixin renamed?