0👍
data() {
return {
gameTypes: GameTypeEnum.properties,
gamePlatforms: PiattaformaEnum.properties,
fields: ['Titolo', 'SoftwareHouse', 'Tipo', 'Piattaforma', ' '],
datas : [1,2,3,4],
valore : "La mia lista",
games: [], // <------ ADD GAMES FOR BINDING
}
More information on:
https://vuefire.vuejs.org/vuefire/#why
Ciao bello! 😉
Source:stackexchange.com