原文:uniapp屬性插值報錯Interpolation inside attributes has been removed. Use v-bind or the colon shorthand instead.

解決方法: 因為vue .x不支持對屬性使用插值 的方式賦值,所以要使用v bind指令 或簡寫 : 來指定屬性。 v bind指令 v bind:id item.id v bind簡寫指令: ...

2019-09-18 23:34 0 4194 推薦指數:

查看詳情

 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM