i am using vue-cookie in my project, the cookie is set but when i use in the main.js
console.log(this.$cookie.get("test"))
i get the following error ..... any thoughts?
Cannot read property '$cookie' of undefined
Although this.$cookie.get("test") works in the components without any issue
i am using vue-cookie in my project, the cookie is set but when i use in the main.js
console.log(this.$cookie.get("test"))
i get the following error ..... any thoughts?
Cannot read property '$cookie' of undefined
Althoughthis.$cookie.get("test")
works in the components without any issueTIA