[Vuejs]-Cannot read property 'overview' of undefined

0๐Ÿ‘

        perFold.push(fold[fold[i].overview.bestAttr])

fold is a array. Because of that you need to specify loop index.

Leave a comment