issues
search
KanHarI
/
vue3-cookies
A simple Vue.js plugin for handling browser cookies
MIT License
23
stars
4
forks
source link
Fix set-cookie attributes in set() and remove() methods
#10
Open
jackm
opened
2 years ago
jackm
commented
2 years ago
Fix typo in SameSite parameter
Cleanup logic in
VueCookies.set()
method to be consistent
Remove including key names within the default config values - config values should just contain the value to set the parameter to, not the whole key-value pair
Do not set a path when parameter is falsy
Fixes #9 and #7
VueCookies.set()
method to be consistentFixes #9 and #7