Nuxt/examples/new-fetch
renovate[bot] e934da3c36
chore(deps): update devdependency @nuxtjs/eslint-config to v5 (#8345)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Clark Du <clark.duxin@gmail.com>
2020-11-14 17:10:53 +00: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 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.