我想要的是如果元素的值是null则跳过元素。这是html代码:<ul> <li v-for="item in ... <li v-for="item in items" v-if="item !== null" track-by="id">. 试试看。
確定! 回上一頁