Static GitHub Issues

[3241] (edge) child leave transition not working in Chrome

prev: APP内嵌H5页面的开发
next: Case sensitive url routing

Version

edge

Reproduction link

https://jsfiddle.net/

Steps to reproduce

hi i have a problem with the leave transition in Chrome on child routes

this is my router i use router module :

https://gist.github.com/cannap/c12f2e4fb5cdad14090b54e7ea3fdbeb#file-routes-js

child view: https://gist.github.com/cannap/c12f2e4fb5cdad14090b54e7ea3fdbeb#file-prject-vue

its included in the page.vue via <nuxt-child />

here

Firefox left chrome right

later ie11 left chrome right

https://www.useloom.com/share/3a4ae2bfef714e1086bb6efa59c7d44f

What is expected ?

Leave transition work on Chrome

What is actually happening?

its just removes the child view

//e

the leave hooks in transition is also not called in chrome

https://www.useloom.com/share/f7ab748690f5402e95146375eede4f31

<!--cmty--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c6930">#c6930</a>)</em></sub></div>