Open
Description
Vue version
3.5.13
Link to minimal reproduction
Steps to reproduce
Click on the button multiple times and see no <div v-if="count >
content
What is expected?
When we click on the button third time both Count > 1 using v-if condition
and Count > 1 using v-show condition
should be visible when isShown true and count is more that 1.
What is actually happening?
content from