vue 使用v-if時遇到的問題

在vue中使用v-if時遇到的問題記錄html v-if和v-else之間不能加入其它的元素,不然會報錯,錯誤爲:v-else used on element <input> without corresponding v-if,錯誤示例以下:vue <input type="text" v-if="id===0"> <span>提示信息</span> <p v-else>顯示p</p>因此,v-
相關文章
相關標籤/搜索