[Vuejs]-Problems with reading real time firebase databases with printing in a table

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! 😉

Leave a comment