nuxt-property-decorator
nuxt-property-decorator copied to clipboard
feat: Add support for fetchDelay as a function
Description
This PR adds support for the fetchDelay option for Nuxt (https://nuxtjs.org/api/pages-fetch/#options).
Just like #72 , this hook only seems to work as a function, and not when assigned an integer value directly. I will update this PR accordingly based on the comments you might have.
Resolves #96