vue-cookie
vue-cookie copied to clipboard
script tag not working
if I added vue-cookie with tag
Can confirm. Is there anything we should do in the browser after loading through
I just tried to set a cookie using the script tag and it doesn't work. It gives the following error
Uncaught TypeError: Cannot read property 'set' of undefined
The code I am using to set the cookie is this.$cookie.set('privacyCookie', 'true', 30)