alfhen / vue-cookie

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

add setRaw and getRaw methods #55

Open dumedeiros opened 3 years ago

dumedeiros commented 3 years ago

@alfhen please accept this PR. ;) setRaw( ) Set a cookie without encoding the value. getRaw( ) Get the cookie's value without decoding.