怎么把icon的值赋给i标签里的class
渲染后: <i class="fa fa-gratipay fa-3x"></i> new Vue({ el: '#app', data: { icon: 'fa-gratipay' } })
<i :class="icon"></i> new Vue({ el: '#app', data: { icon: 'fa-gratipay' } })
1.4m articles
1.4m replys
5 comments
57.0k users