[Vuejs]-Vue Component Reference Error

0đź‘Ť

So after 3 days of smashing my head against the wall, I finally figured this out. I guess the modal wasn’t inside the targetted element for Vue, so instead of v-on:click=’compStart(“X”)’ it needed to be v-on:click=’game.compStart(“X”)’.

Leave a comment