原文: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