Static GitHub Issues

[3257] A refresh bug about nuxt and iframe

prev: A refresh bug about nuxt and iframe
next: support .ts/.tsx files in pages/components

I found a very strange bug If I visit the page in the iframe When you refresh again, the server will be stuck The installation code is as follows

git clone https://github.com/ddvjs/nuxt-test.git
cd nuxt-test
npm i
npm run dev

However, just put the 143 line comment in /page/index.vue and restart it will not be stuck.

       this.addClickTab('/test-4')

How to solve this flush stuck bug

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