You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the firs button has "v-if";
the second button is normal
What is expected?
Content without a judgment condition is rendered normally in each column
What is actually happening?
Normally, button 2 should be in every column. In fact, when there is the content of the judgment condition. Cannot render properly without the normal content of the judgment condition.
When the content without a judgment condition is placed in the first position, the rendering is normal
button1
button2
The text was updated successfully, but these errors were encountered:
Version
2.6.13
Reproduction link
https://codepen.io/hasasa/pen/zYZWRRE
Steps to reproduce
the firs button has "v-if";
the second button is normal
What is expected?
Content without a judgment condition is rendered normally in each column
What is actually happening?
Normally, button 2 should be in every column. In fact, when there is the content of the judgment condition. Cannot render properly without the normal content of the judgment condition.
When the content without a judgment condition is placed in the first position, the rendering is normal
button1 button2
The text was updated successfully, but these errors were encountered: