vant变量连接符的问题
<div v-for="(item,ing) of infolist" :key="ing">
<van-card
tag="已过期"
:title= item.carnum
:desc= item.intodate+"00:00至"+item.intodate+"23:59"
thumb="https://img01.yzcdn.cn/vant/ipad.jpeg"
/>
</div>
请问怎么把
:desc= item.intodate+"00:00至"+item.intodate+"23:59"
这里的变量和字符串连接起来,总是报错:error Parsing error: unexpected-character-in-unquoted-attribute-value vue/no-parsing-error
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)