0👍
Try this in app.blade :
<div id ="app">
<estate v-bind:estates="estates"></estate>
</div>
const app = new Vue({
el: '#app' //this ID
});
Source:stackexchange.com
0👍
Try this in app.blade :
<div id ="app">
<estate v-bind:estates="estates"></estate>
</div>
const app = new Vue({
el: '#app' //this ID
});