robinrodricks / vue3-touch-events

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

Remove explicit type of plugin to make it work with vue 3.4.0 #38

Closed kirbby closed 4 months ago

kirbby commented 4 months ago

This removes the TypeScript errors that are thrown since Vue 3.4.0 I changed the type definition to be the same as in other Plugins (eg. https://github.com/Maronato/vue-toastification), not sure if this is the correct way to deal with this or it will even introduce problems with some functionalities. For this I have to little knowledge how Vue plugins work exactly, but it fixed my problem and everything seems to work for my application.

robinrodricks commented 4 months ago

Why is this closed?

kirbby commented 4 months ago

I tested it wrong, it didn't work. I just realized after creating the PR...