Skip to content

v0.13.1

Choose a tag to compare

@Norbiros Norbiros released this 23 Jul 16:35
· 42 commits to main since this release

compare changes

🚨 Improtant information

If you are using a custom open fetch plugin and want to use the hooks feature, update your code to include nuxtApp's hooks:

-        }), localFetch, name)
+        }), localFetch, name, nuxtApp.hooks)

🩹 Fixes

  • Properly import methods in fetch.ts (#101)

❤️ Contributors