Nuxt/examples/custom-page-loading
pooya parsa c15fc421ab
refactor: use nuxt everywhere (#8210)
2020-11-30 23:44:04 +01:00
..
pages refactor: update eslint-config to 1.x 2019-07-10 15:15:49 +04:30
README.md refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
package.json chore(examples): rebase on latest stable nuxt version (#4874) 2019-02-01 16:36:06 +03:30

README.md

Custom page loading with Nuxt

https://nuxtjs.org/examples/custom-page-loading

Use loading: false in page to manually call $loading.finish() and $loading.start() methods.