Yes thanks for reply. I realized later that
<nflGameStats ref="childGetStats" />
was wrapped in a v-for so I had an array of the functions and had to call the function with the proper array index
<tr @click=" childGetStats[totalCount].getStats(
gameInfo.game.id)" title="Click for Game Stats">