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

cookies are being encoded

Open dumedeiros opened this issue 4 years ago • 0 comments

I'm having the following problem: When I create a cookie by Vue.$cookies.set('example', "user=myself") The stored cookie becomes user%3Dmyself, but I want it to be exactly as user=myself, that is, they are being encoded. Is there any option avaiable so that the cookies are not encoded?

dumedeiros avatar Sep 24 '20 03:09 dumedeiros