arash16 / nuxt-ssr-cache

Cache middleware for nuxt's SSR rendering.
MIT License
295 stars 64 forks source link

Issue with using nuxt-ssr-cache with Nuxt.JS universal-storage-module #33

Closed jollemannen closed 3 years ago

jollemannen commented 4 years ago

Hi!

I would love to use this package but i have discovered a conflict.

If i use this package with Nuxt.js offical storage package universal-storage-module i receive the following error $storage is undefined and cannot use their package. It seems that there is a conflict between the two packages.

Is there a way to fix this.

Have a nice day:)

Regards Joel