anish2690 / vue-cookie-next

A vue 3 plugin for handling browser cookies with typescript support. Load and save cookies within your Vue 3 application
MIT License
53 stars 6 forks source link

TSLINT indicates TS2321 and TS2345 #12

Open zhengweichao opened 2 years ago

zhengweichao commented 2 years ago

app.use(VueCookieNext);

TSLINT check indicates several errors in this line of code.

TS2321: Excessive stack depth comparing types 'IVueCookieNext' and 'Plugin_2'.
TS2345: Argument of type 'IVueCookieNext' is not assignable to parameter of type 'Plugin_2'.

Although I can ignore it, I think it's better to solve it