Answer the question
In order to leave comments, you need to log in
Why can't I connect Vue Laravel?
The first time I encountered edits on Laravel. Everything works correctly except JS. As I understand it, VUE.JS is used for the front and it gives an error that it cannot connect the Vue component.
Website link: https://ventoexpert.blaubergventilatoren.de/
Webpack
error Error in browser console:
Vue connection code:
import Vue from 'vue';
var app = new Vue({
el: '#app',
data: {...},
mounted: {...},
methods: {...}
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question