vue2-interact icon indicating copy to clipboard operation
vue2-interact copied to clipboard

IE 11 Arrow Compability

Open thedeviousdev opened this issue 5 years ago • 0 comments

Hey there! I am using your plugin, however it does not play nice with IE due to the arrow notation. Any chance you can convert it to be default: function _default() {} instead? :)

https://github.com/mateuszRybczonek/vue2-interact/blob/master/src/components/Vue2InteractDraggable.vue#L40

interactEventBusEvents: { type: Object, default: () => {} },

thedeviousdev avatar Sep 05 '19 07:09 thedeviousdev