cmp-cc / vue-cookies

A simple Vue.js plugin for handling browser cookies
MIT License
408 stars 70 forks source link

Remove cookies after close browser #48

Closed thiagoanselmo closed 4 years ago

thiagoanselmo commented 4 years ago

How make this?

thiagoanselmo commented 4 years ago

set expire times - end of browser session this.$cookies.set("default_unit_second","input_value",0);

Sorry!