Questions tagged as 'vue.js'

0
answers

Is there any way to use a scrollbar component with Vuetify?

I am using Vue with Vuetify and I would like to know if there is any way to change the look of the navigation-drawer scrollbar using the following component link however I do not see that it really works, it does not give me any errors in the...
asked by 11.06.2018 / 21:37
1
answer

How to group elements by months in vue

I have a set of data similar to this: [{fecha: '01/06/2018', pago: '30', id: '-LDviH9T9XripkL64-8y'}, {fecha: '02/06/2018', pago: '20', id: '-LDviH9T93spkL64-8y'}]. How could I group the elements by months and add the totals? For example:...
asked by 05.06.2018 / 22:07
0
answers

Update multiple nodes in firebase

I'm using firebase with vue.js, the database let's say I have the following structure: alumnos: { idkey1:{ datos... asistencia:{} } idkey2:{ datos... asistencia:{} } } What I want to do is send the updated data of the a...
asked by 29.05.2018 / 20:08
1
answer

Problem with $ HTTP_RAW_POST

Good morning.  I was making a Vue.js connection with Axios and Laravel and I noticed this problem. 1. I added a method and wanted to show the element by console. methods: { newThought(){ const params = { d...
asked by 29.05.2018 / 16:39
0
answers

Vue JS - Modal form where to pass an image to show it

Use Vue2JS and Vue Material and what I try to do is on a grid to place a button for each row to open a modal and display a picture. For each row I have the image content of the item "item" code I have is this, open the modal but does not show...
asked by 18.05.2018 / 07:06
1
answer

You can combine objects

I have the need to use vue-resource to obtain multiple JSONs that basically are the same only as there are many elements the API is limited to consume only 1000 records, but I want to collect all of them in the same object, so I made a small loo...
asked by 10.05.2018 / 19:52
0
answers

How to open a modal within a component (vue js)?

I have a component defined in vuejs . Vue.component('persona-component',require('./components/personas/personaComponent.vue')); Defined as follows: <template> <div class="container"> <div class="container-fluid...
asked by 10.05.2018 / 14:51
2
answers

Vue js multi inputs

I created the following code for vue js to add multiple inputs but it does not work for me could you help me. When I click to add it refreshes the page. This is my multi_text.vue component <template> <div class="multi-text">...
asked by 12.05.2018 / 02:17
0
answers

Access Endpoint protected with VueJS

I am trying to access the information that an endpoint gives me, but in this case that is an endpoint protected with credentials, username and password. I'm trying to do it with Vue, but I always get error 401. This is my code: created () {...
asked by 05.05.2018 / 11:38
1
answer

Save data in laravel-vue

I have a small problem, very basic in my opinion, what happens is that I am trying to save some data, but I can not, this I try to do with vue. in an instance of Vue I have this newWarranty : {'nombre_garantia' :'', 'valor_garantia' : null, 'd...
asked by 03.05.2018 / 02:31