[ { "task": [ { "name": "", "list": [] } ] } ]
computed: { isTaskName() { const isName = this.item return isName.task.filter(n => n.name) } },
Related questions
Find more questions by tags Vue.jsJavaScript