Nuxt/examples/new-fetch
Sébastien Chopin 6db325c321
feat(vue-app): new fetch syntax (#6880)
2020-02-04 19:36:22 +01:00
..
components feat(vue-app): new fetch syntax (#6880) 2020-02-04 19:36:22 +01:00
layouts feat(vue-app): new fetch syntax (#6880) 2020-02-04 19:36:22 +01:00
pages feat(vue-app): new fetch syntax (#6880) 2020-02-04 19:36:22 +01:00
plugins feat(vue-app): new fetch syntax (#6880) 2020-02-04 19:36:22 +01:00
README.md feat(vue-app): new fetch syntax (#6880) 2020-02-04 19:36:22 +01:00
nuxt.config.js feat(vue-app): new fetch syntax (#6880) 2020-02-04 19:36:22 +01:00
package.json feat(vue-app): new fetch syntax (#6880) 2020-02-04 19:36:22 +01:00

README.md

New fetch() with Nuxt.js

Nuxt.js v2.12 introduces a new hook called fetch in any of your Vue components.

See live demo and documentation.