Mint-ui component tab-container switch flicker

I don"t know the reason at all, but there is no flickering problem officially. I copy the original content of the document directly, and it can be used normally, but it always flashes when switching.

<mt-tab-container v-model="active" :swipeable="true">
  <mt-tab-container-item id="tab-container1">
    <mt-cell v-for="n in 10" title="tab-container 1"></mt-cell>
  </mt-tab-container-item>
  <mt-tab-container-item id="tab-container2">
    <mt-cell v-for="n in 5" title="tab-container 2"></mt-cell>
  </mt-tab-container-item>
  <mt-tab-container-item id="tab-container3">
    <mt-cell v-for="n in 7" title="tab-container 3"></mt-cell>
  </mt-tab-container-item>
</mt-tab-container>

Mar.22,2021

Hello, brother. Do you know why it flashes?


I also have this flicker problem. Is there a solution?


have you found the reason?


is not flashing. I moved to the official website; now I am faced with another demand, plus transition effect, uncomfortable


mt-tab-container need to set height, you can use min-height

Menu