JSFiddle - React, Tailwind, and code Playground
by von
HTML
created() {
let _this = this
let dummyData = [
{ 'Barcelona' : [ { Comp: 1 }, { Conf: 2 }, { Cons: 3 } ] },
{ 'Real Madrid' : [ { Comp: 4 }, { Conf: 5 }, { Cons: 6 } ] },
{ 'Liverpool' : [ { Comp: '' }, { Conf: 0 }, { Cons: 6 } ] },
{ 'Manchester United' : [ { Comp: '' }, { Conf: 0 }, { Cons: 6 } ]}
]
setTimeout(function () {
_this.scores = dummyData
}, 2000)
},
met