alfhen / vue-cookie

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

Add getAll() support #49

Open Healios opened 5 years ago

Healios commented 5 years ago

Would be great if you could add support for the getAll() function. Could really use that.

seriouslysean commented 5 years ago

@Healios added in https://github.com/alfhen/vue-cookie/pull/50, though I'm not sure it'll ever get merged in. Feel free to use that if you still need the functionality to get all cookies.