diff --git a/.gitignore b/.gitignore index a547bf3..0fd6913 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ dist-ssr *.njsproj *.sln *.sw? +package-lock.json diff --git a/src/components/bulitipp/Rangliste.vue b/src/components/bulitipp/Rangliste.vue index 1481e4d..c73b203 100644 --- a/src/components/bulitipp/Rangliste.vue +++ b/src/components/bulitipp/Rangliste.vue @@ -56,9 +56,9 @@ export default { {{ result.paarung.heim }} - {{ result.paarung.gast }} - {{ tipps[i] }} + {{ result.heim }} - {{ result.gast }} + {{ tipps[i].tipp.heim }} - {{ tipps[i].tipp.gast }} - {{ result }} @@ -83,4 +83,4 @@ export default { \ No newline at end of file +