Nuxt/examples/new-fetch
Rafał Chłodnicki 9e966a8f3c
chore(examples): use `2.x` version of nuxt instead of latest (#19737)
2023-03-16 06:24:27 -07:00
..
components chore(deps): update devdependency @nuxtjs/eslint-config to v5 (#8345) 2020-11-14 17:10:53 +00:00
layouts feat(vue-app): new fetch syntax (#6880) 2020-02-04 19:36:22 +01:00
pages chore(deps): update devdependency @nuxtjs/eslint-config to v5 (#8345) 2020-11-14 17:10:53 +00:00
plugins feat(vue-app): new fetch syntax (#6880) 2020-02-04 19:36:22 +01:00
README.md refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
nuxt.config.js chore: update dependencies (#10510) 2022-06-24 00:58:52 +02:00
package.json chore(examples): use `2.x` version of nuxt instead of latest (#19737) 2023-03-16 06:24:27 -07:00

README.md

New fetch() with Nuxt

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

See live demo and documentation.