How to judge the condition in the attribute of vue tag

< el-checkbox indeterminate= "v-fi" v prop.newItem model = "prop.newItem" > New product < / el-checkbox >
indeterminate

can you judge the condition

Aug.11,2021

: indeterminate= "1 > 2"


can be judged.

<el-checkbox :indeterminate="2 > 1" v-model="prop.newItem" ></el-checkbox>

is equivalent to

<el-checkbox :indeterminate="true" v-model="prop.newItem" ></el-checkbox>

: indeterminate=' judgment condition'

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