Questions tagged as 'vue.js'

1
answer

Vue Js and PokeApi

I'm currently studying VueJs, I'm using Ajax to request the API, and integrate the application, but I've read it in different places about Axios. Why use Axios and not the "$ .Ajax"? It is more organized, secure, or simply "standard."     
asked by 16.07.2018 / 14:57
0
answers

Component - UI for Hierarchy

I need to mount a treeview-type view (but I do not cling to the treeview design) to display a hierarchical structure. I did not find anything related to this in vuetify. Someone Do you have any tips?     
asked by 23.07.2018 / 22:13
1
answer

Create a link to a single user without a password in the database

Currently I have a DB of budgets, clients and workshops. When I generate a customer demand I have to quote the value in the workshops and then choose the best cost x benefit and pass it on to the customer. What I want to do is generate a link...
asked by 13.07.2018 / 03:48
1
answer

How to get a file stored with nodejs and multer?

In the API, in NodeJS, that I am doing, the user sends the image to the API and, using the multer, the image is stored. All the tutorials I saw for this situation, the Node is using a preprocessor like jade, ejs, handlebars etc. But in my case,...
asked by 11.07.2018 / 16:23
0
answers

Vue.js - Drilldown highmaps

Hello, I'm trying to create a Map with Drilldown just like the link below: link but in Vue.js, and I did not find anything about it for Vue.js, has anyone ever done anything like it? I need an example. Thank you     
asked by 13.07.2018 / 19:57
0
answers

Loading images in SPA

I'm developing a SPA-based application with Vue.js and would like to improve the loading of the images. Now whenever the user accesses all the images they are downloaded, slowing down the total loading of the page. I would like only the initi...
asked by 13.07.2018 / 16:52
0
answers

Problem receiving return array - Laravel / Vue.js

When I run dd($var) #attributes: array:3 [▼ "id" => "1" "department" => "TÉCNOLOGIA DA INFORMAÇÃO" "branch" => "BIGUAÇU" ] Vue.js error:    app.js: 42893 [Vue Warn]: Error compiling template: At the end you have...
asked by 27.06.2018 / 23:12
2
answers

Vue.js: how to format a value in a v-model?

I have the following problem, I need to format a value of an input, directly when the user is filling the field (@keypress or @input). When I use the method to format out of the input it works, however if I try to use with the v-model I belie...
asked by 29.08.2018 / 17:01
0
answers

Changes in the input of a form is reflecting in other forms VueJS

In my project vue I have the following problem: I have a form register of categories and another one of register of modules, I opened those of the forms one in each screen and I noticed that when typing the field name in the input of the form...
asked by 22.06.2018 / 07:46
0
answers

How to Enable Offline Persistence in Firestore with Vue.js

I'm having a problem enabling the Firebase offline persistence mode. I am using Vue.js with Electron and my Firebase configuration file is as follows: Youarereturningthiserror: I hope someone can figure it out. Thank you!     
asked by 08.06.2018 / 14:33