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”)’.
- [Vuejs]-Materialize modal popup auto initialize not working in vue js
- [Vuejs]-Div animating out but not in
Source:stackexchange.com