I'm working on a project with Laravel 5.6 and Vue.js 2 that is costing me more than I thought.
I have read several articles and questions in this community and everywhere I have understood that it is normal to use components of Vue.js to pass...
My problem is that I can not get the value that the <select> has, although I put the attribute v-model to the label <select> and that on the internet I find that it is the correct way, it does not work for me, cr...
My question is how do I access the parish array ...
try the HTML to do:
{{@beneficiario.parroquia.parroquia}} y and gives this error:
Error in render: "TypeError: Can not read property 'parish' of undefined"
HTML
...
Right now I have the code that looks like this, I access the assets folder, which is inside public:
<div class="itemProjectImage" :id="'itemProjectImage_'+i" :style="'background-image:url(/assets/img/projects/'+project.slug+'/home.jpg'">...
My problem is that when making a query with Axios de Vue.js I get the query data. However, by sending the values to my view and iterating them into a select tag, it shows me "undefined" values.
This is my simple query from the controller:
p...
Hi, I'm new to laravel And I have a problem when it comes to obtaining the data according to each Account. I do not know how to send the unique ID of my account to a Vue + axios so axios automatically shows my information according to the accoun...
I want to use vue-material when placing labels like mg-avatar etc it works in the App.vue component and then when I create a component called Home.vue and I want to place other tags like md imput or whatever else throws me an error that the temp...
I am creating an application of vue.js that actually a series of small applications. My goal is to isolate them from each other. My main obstacle at the moment are the routes.
At this moment I have a single file of routes, which looks somet...
I have a problem with Vue js:
I try to do something like a list of notes.
I have a json array where all the notes will be saved and a json where the note that the person wants to create is saved. But the problem is:
After doing a push to the js...
I'm trying to apply the plugin Select2 on a select I charge it using VUE.JS (I do a v-for on the% option select )
If I do not apply the plugin, by doing v-model="modelo" , I can use the variable ({{mode...