es6知识点

1.Object.freeze的使用

this.yesPoints = Object.freeze(res[0].yesPoints)

this.totalPoints = Object.freeze([...this.yesPoints,  ...this.absentPoints,  ...this.noPoints,])

<p v-for="(item,index) in totalPoints" :key="index">

{{ `${index + 1 + '.'}${item}`}}

</p>

 

2.

上一篇:linux limits.conf 配置


下一篇:休眠失败排查