alfhen / vue-cookie

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

how to put '@' in cookie? #20

Open zhourb21 opened 7 years ago

zhourb21 commented 7 years ago

I wanna put in the cookie a string which contains '@', but only string before '@' being saved. How can I do that ?

iNDicat0r commented 6 years ago

You need to urlencode it so the @ becomes %40