Nuxt/lib/app
Jonas Galvez 0e42e98751 Add `loading: false` option to pages (#3629)
* Add hasManualLoading

* Add hasManualLoading (2)

* Debugging

* Debugging (2)

* Change 'manual' to false

* Add custom-page-loading example

* Add custom-page-loading example (2)

* Changed approach

* Added custom-page-loading/README.md

* Change running loading time in about.vue

* Patch loadAsyncComponents

* Added final page

* Changed approach (2)

* Fixed example

* Fixed example (2)

* Fix example package name

* Linting

* Improved examples (more to the point)

* Linting (2)

* Fix typo

* Adjust indentation

* Added noloading.vue to basic fixture

* Added noloading tests

* Linting (3)

* Debugging test

* Linting (4)

* Debugging test (2)

* Debugging test (3)
2018-08-05 23:56:49 +02:00
..
components fix: allow quotes in messages (#3525) 2018-07-12 21:45:14 +01:00
layouts Cleaner structure 2017-06-18 12:06:00 +04:30
pages feat: added default page when no pages/ directory 2018-04-06 08:27:43 -03:00
views misc: SPA loading indicator improvements 2018-03-26 00:38:36 +04:30
App.js Revert "feat: add webpackPrefetch to initial async chunk options (webpack 4.6.0)" 2018-05-02 14:29:55 +04:30
client.js Add `loading: false` option to pages (#3629) 2018-08-05 23:56:49 +02:00
empty.js grammer fix 2017-08-10 14:25:33 +04:30
index.js refactor: make createRouter support async 2018-04-17 15:09:50 +08:00
middleware.js fix: ignore test files inside middleware and store (#2905) 2018-03-01 09:38:42 +03:30
router.js fix: inject scrollBehavior in a more tolerant way (#3560) 2018-07-20 16:26:03 +01:00
server.js fix: allow quotes in messages (#3525) 2018-07-12 21:45:14 +01:00
store.js fix: ignore test files inside middleware and store (#2905) 2018-03-01 09:38:42 +03:30
utils.js refactor: change function calls when arity is one (#3563) 2018-07-20 16:42:31 +01:00