摘要: #外联绑定 1.对象绑定: v-bind:class="classobject" 2数组绑定: v-bind:class="[class1,class2]" #内联绑定 <p v-bind:style="fontWeight:weight,color:color"> #非内联 <p v-bind:s 阅读全文
posted @ 2023-04-10 15:35 仟浊Cc 阅读(33) 评论(0) 推荐(0) 编辑