1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-25 10:08:29 +00:00
Nuxt/examples/custom-page-loading
pooya parsa e7cc2757c3 refactor: update eslint-config to 1.x
Co-authored-by: Alexander Lichter <manniL@gmx.net>
2019-07-10 15:15:49 +04:30
..
pages refactor: update eslint-config to 1.x 2019-07-10 15:15:49 +04:30
package.json chore(examples): rebase on latest stable nuxt version () 2019-02-01 16:36:06 +03:30
README.md Add loading: false option to pages () 2018-08-05 23:56:49 +02:00

Custom page loading with Nuxt.js

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

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