为了账号安全,请及时绑定邮箱和手机立即绑定

vue组件属性中字符串如何拼接变量?

vue组件属性中字符串如何拼接变量?

米琪卡哇伊 2018-10-10 13:41:14
let hot = {    props: ['icon', 'name', 'id', 'theme', 'post', 'slgon'],    template: `<li>                  <img :src="icon" :alt="name" class="l">                  <div class="list-item l">                    <h3><a href="/forum/list/?id={{ id }}" >{{ name }}</a></h3>                    <p class="slgon">{{ slgon }}</p>                  </div>                </li>`  }href="/forum/list/?id={{ id }}"这样的如何进行拼接?
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 6659 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信