nuxt-property-decorator icon indicating copy to clipboard operation
nuxt-property-decorator copied to clipboard

feat: Add support for fetchDelay as a function

Open FaitAccompli opened this issue 3 years ago • 0 comments

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

FaitAccompli avatar Nov 26 '21 10:11 FaitAccompli