Questions tagged as 'vue.js'

1
answer

Laravel 5.6 and Vue Default values

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...
asked by 15.02.2018 / 19:41
2
answers

Get the value of a select with Vue.js

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...
asked by 15.03.2018 / 21:46
2
answers

Go through an object with Vue2.js

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        ...
asked by 19.01.2018 / 20:31
2
answers

Show image of Storage as background

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'">...
asked by 04.09.2017 / 15:37
3
answers

Values undefined when iterating in a view of Vue.js

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...
asked by 13.06.2017 / 11:37
1
answer

how to modify my profile according to a user's ID In laravel + Vue

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...
asked by 26.03.2018 / 18:12
1
answer

Problems with vue-material

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...
asked by 02.07.2017 / 18:30
2
answers

Join two routers in VueJS

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...
asked by 31.03.2017 / 18:06
1
answer

Problem to modify a variable with Vue.js

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...
asked by 21.11.2016 / 01:49
1
answer

Apply plugin Select2 with vue.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...
asked by 11.10.2016 / 18:02