app.js:45169 [Vue warn]: Failed to mount component: template or render function not defined. found in ---> <Create> at resources/js/pages/product/create.vue <Root> code example
Example: app.js:38650 [Vue warn]: Failed to mount component: template or render function not defined
Vue.component('form-component', require('./components/FormComponent').default);
Vue.component('gratitude-pop', require('./components/GratitudePop').default);//..etc..etc
//adding .default did the trick with laravel and vue