08 2019 档案
摘要:v-for1、普通数组<p v-for="v in list">{{ v }}</p><p v-for="(v,k) in list">索引值:{{k}} 数值:{{ v }}</p>2、索引数组<p v-for="(v,k) in list2">id值{{ v.id }}=>{{ v.name }
阅读全文
摘要:一、添加class<style> .red{color: skyblue;} .thin{font-weight: 200;} .italic{font-style: italic;} .active{letter-spacing: 0.5em}</style> 1.第一种使用方式,直接传递一个数组
阅读全文

浙公网安备 33010602011771号