Remove duplicates and show unique value in a nested Array using v-for inside a v-for

前端 未结 0 766
梦谈多话
梦谈多话 2020-12-14 18:30

I have a main array which looks something like this,

const datas = [
    {
        id: 1,
        name: "Robort",
        websiteIds: [1, 2, 3],
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题