robinrodricks / vue3-touch-events

Simple touch events support for vue.js 3
MIT License
216 stars 27 forks source link

Added optionality of options and fixed options interface #32

Closed fearistoff closed 7 months ago

fearistoff commented 7 months ago

TypeScript can't check some properties of options object:

And also doesn't allow not passing options object.

robinrodricks commented 7 months ago

Thanks for this fix!

robinrodricks commented 7 months ago

Published pls check:

vue3-touch-events@4.1.5

fearistoff commented 7 months ago

@robinrodricks everything works great! Thanks!

robinrodricks commented 7 months ago

Most welcome.