vue-cookie icon indicating copy to clipboard operation
vue-cookie copied to clipboard

script tag not working

Open demyan1411 opened this issue 7 years ago • 2 comments

if I added vue-cookie with tag

demyan1411 avatar Sep 06 '17 09:09 demyan1411

Can confirm. Is there anything we should do in the browser after loading through

Ickerday avatar Feb 07 '18 12:02 Ickerday

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)

duncanmcclean avatar Jul 16 '18 08:07 duncanmcclean