Nuxt/examples/custom-page-loading
Dmitry Molotkov ee7ad7741e fix(examples): fix deps on codesandbox (#4828)
[skip ci]
2019-01-22 11:04:19 +03:30
..
pages refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
README.md Add `loading: false` option to pages (#3629) 2018-08-05 23:56:49 +02:00
package.json fix(examples): fix deps on codesandbox (#4828) 2019-01-22 11:04:19 +03:30

README.md

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.