alfhen / vue-cookie

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

cookies are being encoded #54

Open dumedeiros opened 3 years ago

dumedeiros commented 3 years ago

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?