How to optimize the if-else Code of vue

< span VMI if = "item.abc > 0" > {{item.abc}}
< span v-else >-
can this code be simplified?

Jun.13,2022

<span>{{item.abc>0?item.abc:'-'}}</span>

consider putting the judgment logic in computed , and html just output the content directly

.
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-1b37f7c-2c0cc.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-1b37f7c-2c0cc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?