Why does v-if not work?

 <router-link  :class="tabflag == "preliminary" ? "tab" : """ :to="{name:"preliminary"}"></router-link>
          {{isshow}}
<router-link v-if="isshow" :class="tabflag == "playoff" ? "tab" : """ :to="{name:"playoff",params:{performance:grade,recsname:recsname}}"></router-link>

it is clear that the output is false, but it is still displayed. If you manually change the if to false, it will be hidden. Why doesn"t it take effect?
clipboard.png

Mar.28,2021

depends on whether the isshow type is string or boolean


send all your code so that you can't see it

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36ebc-2c07e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36ebc-2c07e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?