在使用mpvue框架寫小程序中會(huì)遇到的一些問(wèn)題:
(Emitted value instead of an instance of Error) <li v-for="item in pics">: component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.
解決方法:
在for循環(huán)后面加上一個(gè):key="index"
就可以了槽畔。