vue-cookies icon indicating copy to clipboard operation
vue-cookies copied to clipboard

A simple Vue.js plugin for handling browser cookies

Results 24 vue-cookies issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/25970108/147868134-dd9ae260-90c3-4bfe-acaa-ea34cd56d1b5.png)

I am using the solution given in another issue : `this.$cookies.keys().forEach(name => this.$cookies.remove(name));` but my cookies doesn't get removed. using vue 2.6 | vue-cookie 1.7

this closes https://github.com/cmp-cc/vue-cookies/issues/81

Hi, I'm using `vue-cookies` with Vue3, Typescript and Vite. When building the project typescript complains that it can't find `$cookies`. error message `src/views/Home.vue - error TS2304: Cannot find name '$cookies'.`...

I have pass 0 as expiry to clear cookies on browser close / session close. but cookies are still available ever after restarting PC. how can i save cookies just...

OS: Linux Mint Browsers: FireFox, Opera, Brave cannot save cookies via set method. Firefox says I put too large cookies value (maximum size 4096 byte)

I'm having an issue where the library is not able to get cookie values or keys if the cookie name is smth like this: **_bar.faz_** Methods like this.$cookies.get('bar.faz') and this.$cookies.isKey('bar.faz)...

When we use `document.cookie='[email protected]'`, the value of `document.cookie` is `[email protected]`; But when we use `this.$cookies.set('email', '[email protected]')`, the value of `document.cookie` is `email=lifubang%40acmcoder.com`. It's ok when we just use cookie in...

Considering that this is the most popular libraries for handling cookies in Vue.js, it is very unfortunate that this project is getting more and more stale. Would you be open...

Hi I am wondering how can I update other user/pc cookies? I have a module that needed to update the value for the other cookies using different account