robinrodricks / vue3-touch-events

Simple touch events support for vue.js 3
MIT License
244 stars 31 forks source link

Added optionality of options and fixed options interface #32

Closed fearistoff closed 1 year ago

fearistoff commented 1 year ago

TypeScript can't check some properties of options object:

And also doesn't allow not passing options object.

robinrodricks commented 1 year ago

Thanks for this fix!

robinrodricks commented 1 year ago

Published pls check:

vue3-touch-events@4.1.5

fearistoff commented 1 year ago

@robinrodricks everything works great! Thanks!

robinrodricks commented 1 year ago

Most welcome.