Nuxt 3 compatibility for this module
From version 2.x onwards this will support only Nuxt 3, version 1.x remains for Nuxt 2.
Migration from 1.x to 2.x
Migration-path is simple: the only differences are:
- module registration in
nuxt.config.js
now is@mothership-gmbh/nuxt-shopware-caching
(from@mothership-gmbh/nuxt-shopware-caching/module
) - The
useCache
composable is now auto-imported, so you do not need an import statement anymore