Static GitHub Issues

[562] appear property on transition object not working

prev: Run `nuxt`: events.js:160 throw er; // Unhandled 'error' event
next: server-side fetching data

i just noticed the appear property on the transition object doesn't seem to work. and is missing in the docs.

is it not implemented or only missing in the docs and i'm doing something wrong and that makes it not work.

export default {
  transition: {
      appear: true,
      css: false,
      mode: 'out-in',
      enter (el, done) {
       done()
      }
  }
}
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c487">#c487</a>)</em></sub></div>