Static GitHub Issues

[1766] Bug: Nuxt broke Enter transition

prev: Client.js -> TypeError: Cannot read property 'load' of undefined
next: Need ability to set nuxt app base url based on express mountpoint

Hello guys. I am struggling with strange issue. It appears only in Nuxt, when using Vue without SSR all works fine!

I am using CleaveJS to mask my input and detect Credit Card type. Then I show animated Credit Card logo. When using Nuxt Enter transition is broken!!!

Here, try to type 34 or 44 or 22 - http://coordinated-color.surge.sh This transition is broken ONLY on first appear. If you delete input and try to type it again - transition works just fine. And the worst part that it appears only after I build and deploy this app! If you ran it locally all is working. First I thought it can be because image doesn't loaded in browser but transition triggered, but this is not true. Without SSR all working fine! Here's my code - https://github.com/iamdubx/cc-nuxt-issue

<!--cmty--><!--cmty_prevent_hook--><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/c1586">#c1586</a>)</em></sub></div>