Nuxt/examples/with-keep-alive
Sébastien Chopin 65432e6aa2
examples: Upgrade to nuxt-edge (#3911)
2018-09-18 18:26:25 +02:00
..
layouts feat: upgrade eslint to 5.x (#3494) 2018-08-31 21:34:12 +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 examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02: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