[Vuejs]-Laravel – Vue – Components not updating

0👍

Silly, the name of the component had a dash in it:

Vue.component('cardtest-component', require('./components/CardTestComponent.vue'));

It was just a typo.

Leave a comment