Nuxt/examples/with-keep-alive
Clark Du 6cd7f04a4e
refactor: rename examples
2018-03-19 10:41:46 +08:00
..
layouts example: Add keep-alive example 2018-01-17 09:46:48 +01:00
pages example: Add keep-alive example 2018-01-17 09:46:48 +01:00
README.md Update README.md 2018-01-17 09:52:58 +01:00
package.json refactor: rename examples 2018-03-19 10:41:46 +08:00

README.md

<keep-alive> with Nuxt.js

Introduced in v1.2.0, you can add the keep-alive prop to <nuxt/> or <nuxt-child/> to "keep alive" the pages.

layouts/default.vue:

<template>
  <nuxt keep-alive/>
</template>

Screenshot:

screen shot 2018-01-17 at 09 42 47