alfhen / vue-cookie

A Vue.js plugin for manipulating cookies
MIT License
822 stars 72 forks source link

Getting $cookie undefined - beforeEach #46

Closed pravinfullstack closed 5 years ago

pravinfullstack commented 5 years ago

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

TIA