怎么把icon的值赋给i标签里的class
渲染后:
<i class="fa fa-gratipay fa-3x"></i>
new Vue({
el: '#app',
data: {
icon: 'fa-gratipay'
}
})
蝴蝶刀刀
相关分类