Questions tagged as 'vue.js'

2
answers

Laravel + Vue.js does not pass variables to component

I am working on this project with Laravel and Vue.js . I need to show a table with a lot information. For this I decided to use a Vue component that renders a table and the paging buttons with little information. This works very well in...
asked by 02.03.2018 / 21:06
0
answers

Update with phalcon and vue.js [closed]

I would like to know if someone can explain to me how to send a form in the middle of x-www-urlencoded en vue.js?     
asked by 05.03.2018 / 14:39
1
answer

problem to the structure routes and components in vue.js

I just started using vue.js and vue-router in a small SPA , and I have a problem structuring my route tree .. firstly I have a parent component, which basically has two components children that are my navigation and footer menu, i...
asked by 21.02.2018 / 15:27
0
answers

Disable vuejs-logger in production mode

I am developing the front of an application with vue.js that uses webpack. I'm implementing vuejs-logger. I'm interested in that in production mode the output is not by console but a file. Does anyone know how to set it up ? Thanks in advance  ...
asked by 11.03.2018 / 17:01
0
answers

Re-dimension iframe to its content in vue js

I am developing a site in which I have to incorporate a iframe that shows the content of another site, the problem I have is in height of iframe , since it does not accommodate its content . Investigating I found this solu...
asked by 30.01.2018 / 23:46
1
answer

Update filtered table totals with vue

Good morning. I have created a table with data whose last column is summed with the totalizeSell method and is shown at the bottom of the table. When applying a filter (using a computed Filtered Sales ) to this table, I would like this tot...
asked by 21.12.2017 / 16:30
0
answers

Error with vue when trying to compile with gulp

When I run my gulpfile.js file with the following command: gulp --gulpfile gulpfile.js shows this error: 16:37:24] Using gulpfile ~/www/webpage/gulpfile.js [16:37:24] Starting 'all'... [16:37:24] Starting 'task'... [16:37:24] Sta...
asked by 18.12.2017 / 15:45
1
answer

How to batch src of images in Nuxt.js and Vuetify.js

My problem lies in the following: When I try to bind the src attribute of the img tag and try it in the browser it does not load the image as it should <script> export default { data () { return { items:...
asked by 29.11.2017 / 20:49
0
answers

vuejs v-for, reference problem with objects and components

Thank you in advance for the help you can give me. My problem is this: I have an object (array) that I call 'cartons' and I want to present it in a table. each value of 'cartons' is an array of 5 positions, then the table would be 5 * x, w...
asked by 16.11.2017 / 02:06
0
answers

When to use computed and when to use methods in vue js [closed]

My question is simple do not know when to use the functions within computed and when to use the functions within methods I would like to know what is the difference between one and the other and when to use them.     
asked by 04.12.2017 / 08:52