nuxt-community / universal-storage-module

Universal Storage Utilities for Nuxt 2
MIT License
276 stars 15 forks source link

Unable to set expiration date for cookie #151

Closed bilaleren closed 3 years ago

bilaleren commented 3 years ago

I think Nuxt converts the date object to string.

My storage options

Ekran Resmi 2020-10-29 23 04 11

My date object

Ekran Resmi 2020-10-29 23 04 26

Console error

Ekran Resmi 2020-10-29 23 04 54
farzadso commented 3 years ago

@bilaleren I would appreciate it if you could create a code sandbox so I can check it in more detail.

bilaleren commented 3 years ago

@bilaleren I would appreciate it if you could create a code sandbox so I can check it in more detail.

Sandbox https://codesandbox.io/s/nuxt-storage-nemy4?file=/pages/index.vue

farzadso commented 3 years ago

@bilaleren This issue should be fixed in v0.5.6.

Please re-open if the issue exists.