vue v-if : "TypeError: Cannot read property 'length' of undefined"

在使用v-if判斷一個數組大小爲0時,會出現 length 是undefined的錯誤: [Vue warn]: Error in render: "TypeError: Cannot read property 'length' of undefined" 錯誤代碼: <group v-if="item.detailEntityList.length===0" style="margin-top
相關文章
相關標籤/搜索