Nuxt/examples/new-fetch
pooya parsa c15fc421ab
refactor: use nuxt everywhere (#8210)
2020-11-30 23:44:04 +01: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 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

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

See live demo and documentation.