dumedeiros
Results
2
issues of
dumedeiros
@alfhen please accept this PR. ;) setRaw( ) Set a cookie without encoding the value. getRaw( ) Get the cookie's value without decoding.
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...