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

There was an error! TypeError: this.$cookie.isCookieAvailable is not a function #4

Closed lordlan31 closed 3 years ago

lordlan31 commented 3 years ago

Why the function does not work?

There was an error! TypeError: this.$cookie.isCookieAvailable is not a function

// check a cookie exist this.$cookie.isCookieAvailable("user_session")

anish2690 commented 3 years ago

This should be fixed in (https://github.com/anish2690/vue-cookie-next/pull/5)