You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I forked this to make it compatible with Vue 3 + TS on my current project. I need to clean it up a bit to send a PR, but first I wanted to know if there are any thoughts about this.
Thanks!
The text was updated successfully, but these errors were encountered:
One thought to start: I would avoid overloading prop types like favicon (string or boolean) and storage (string or object). I actually had to avoid this to make it work with TypeScript.
Hi!
I forked this to make it compatible with Vue 3 + TS on my current project. I need to clean it up a bit to send a PR, but first I wanted to know if there are any thoughts about this.
Thanks!
The text was updated successfully, but these errors were encountered: