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