Subscribe on changes!

Fragment dynamic component with table keeps table element in dom in production mode

avatar
Nov 3rd 2020

Version

3.0.2

Reproduction link

https://github.com/posva/vue-next-vite-table-dynamic-component-bug

Steps to reproduce

  • yarn build
  • serve the fist folder (prod like)
  • Click on Table button
  • Click on Index button

What is expected?

The table should disappear

What is actually happening?

it stays when going back to index


Couldn't reproduce on a jsfiddle: https://jsfiddle.net/0e8wza4g/

From https://github.com/vuejs/vue-router-next/issues/572

avatar
Nov 4th 2020

@posva I clone your repo but it works correctly, could not reproduce.

avatar
Nov 4th 2020

Forgot to say it only happens in production! Updated the issue to reflect it