cmp-cc / vue-cookies

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

remove cookie from browser #58

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hello there, after updating to vue-cookies 1.7.1 i couldnt no longer remove a cookie from the browser using nuxt v2.13.3 in ssr mode, universal app. Had to downgrade to 1.7.0 couldnt find the reason why. window.$cookies.remove('dark-cookie');

cmp-cc commented 4 years ago

use 1.7.0 or 1.7.2,please

this is a bug , sorry