Is your feature request related to a problem? Please describe.
Unable to write cookie in nuxt asyncdata
Describe the solution you'd like
write cookie in nuxt asyncdata
Describe alternatives you've considered
none
Additional context
asyncData({ $warehouse }: any): Promise<object | void> | object | void {
const expiration = new Date().getTime() + 60 * 60 * 24 * 7
$warehouse.set('token', 'asyncData', expiration)
},

Is your feature request related to a problem? Please describe.
Unable to write cookie in nuxt asyncdata
Describe the solution you'd like
write cookie in nuxt asyncdata
Describe alternatives you've considered
none
Additional context