**報紅對於追求優美**的強迫症患pgsorvcvkz者來說看著很不舒服,報紅如下:
控制台中也會有:
(emitted value instead of an instance of error) : component lists rendered with v-for should h**e explicit keys. see for mo info.
這樣的提示,解決這個報紅的問題,我們要根據他的提示,迴圈的時候加入乙個唯一的key,這裡選擇使用index:
class="clearfix course-list">
如此,報紅pgsorvcvkz消失。
本文標題: 基於vue中解決v-for使用報紅並出現警告的問題
本文位址:
vue中v for的使用
for item,index in list key index p data 結果 people1 people2 people3for index,value,key in obj p data 結果0 name 哈哈哈1 男2 age 21當他們處於同一節點,v for的優先順序高於v if,...
vue 使用v for進行迴圈
doctype html html lang en head meta charset utf 8 meta name viewport content width device width,initial scale 1.0 script src script title vue中使用v for ...
vue 使用v for進行迴圈
doctype html html lang en head meta charset utf 8 meta name viewport content width device width,initial scale 1.0 script src script title vue中使用v for ...