js数组去重方法

数组对象去重

this.optionsSize = [...new Set(this.optionsSize.map(JSON.stringify))].map(JSON.parse)
console.log(this.optionsSize )

你可能感兴趣的:(js,2022Vue学习笔记,typescript,vue.js,前端)