Questions tagged as 'vue.js'

1
answer

How to perform a "back" transition using the Vue Router?

I'm making a simple transition in a webapp (using animate.css), where the user clicks a button and the current component exits the screen from the left and the other component comes from right to left. But when I return to my initial component,...
asked by 25.09.2018 / 23:50
1
answer

Production vs. Development - WEBPACK

I would like to know the difference between the "development" and "production" modes within Webpack4.     
asked by 30.05.2018 / 21:16
1
answer

Value vue-the-mask conditional formatting

I'm trying to put a mask on - vue-the-mask <the-mask id="input1" v-model="ch_anual" type="text" :mask="['###:##', '#.###:##']" /> But, you're only getting the second mask if I put ###.###.###-## , ##.###....
asked by 27.06.2018 / 16:15
0
answers

SPA Application in VueJS - Use Session or not?

I'm starting with single-page applications with VueJS . The question is about the control of users. Do I use session for this or not? For me to know how long the user has logged in, do I record this session somewhere or do...
asked by 28.06.2018 / 13:49
0
answers

Option in Vue Select

I'm trying to implement the vue-select . It is as follows, I want to add two LABELS to display in the select, only one of the labels is in an object within the options. Below is the code for v-select . <v-select :options="n...
asked by 09.03.2018 / 17:00
1
answer

VueJS: Can you tell which last changed object?

I'm having the following problem, I need the "back" functionality on a button, if I'm in step2 when I click I go back to step1 and from step3 to step2, you can get the last object inside the date that has been changed? My idea was to click...
asked by 08.12.2017 / 14:03
1
answer

Pass value to component with Vuejs

I have the following structure in my project 1. App.vue (Arquivo principal) 2. App.vue (outro arquivo que fica dentro da pasta paginas) 3. Dashboard.vue (filho do 2 app.vue) Within my second app.vue I call component Menu , the ques...
asked by 09.10.2017 / 20:20
0
answers

Take file path after upload? [closed]

I'm making an email application using VueJS and I'm in the attachments part, and I want to get the file path because it's just enough so I can send the attachment using nodemailer. Is there any method that I can pick up the path of the file t...
asked by 31.08.2017 / 22:47
0
answers

Upload multiple files using the same request?

I'm using the VueJS / Quasar Framework to make the front end of my application and HapiJS to do the server. And in the part of uploading the attachments I'm testing with multiple upload files, and I came across the following problem: For eac...
asked by 04.09.2017 / 22:12
0
answers

Configuration of Response Headers

I created a server in Express and my client in Quasar / VueJS. I need to send a PDF to my client, the PDF in question is already created on the server, but I'm having trouble sending it to the client. I'm using Axios to make client-side requests...
asked by 15.08.2017 / 15:05