Questions tagged as 'vue.js'

0
answers

VueJS. Can the v-on property be added to a transition-group tag?

I am working on a project of Vuejs 2.5, in which I have a dynamic table with an animation that I provide the default label and in it I say that it will work as a tbody so that the effect comes out with each tr to appear. <transition-group...
asked by 30.08.2018 / 20:23
1
answer

Show array list in Vuejs

I want to show my list of ingredients in Vuejs of a juice, this list has inside an array that is to say this is my json object category 0 _id "5aa875ab69355c25d0132a41" title "Refresh" ingredient 0 category 0 "5aa875ab69...
asked by 16.03.2018 / 21:04
1
answer

Uncaught TypeError is not a function - Laravel Vue

Inside the template of the Event.vue component I have a select that reads from the wallet table, it is a normal select to choose only one type of wallet (it is not multiselect), for that select I occupy the vue-multiselect component to make a si...
asked by 26.04.2018 / 02:36
1
answer

input reactivity with vuejs and axios

someone to help me with this? I want to keep the reactivity of the input and can use it to change the ident property in a reactive way for the query to the api. and probe with the hooks created and mounted, apart from separating it in called...
asked by 02.10.2018 / 04:49
1
answer

Copy an object so that it is another instance than the original one

I have the following data: data: { usuario: { nombres: 'name', email: 'cor', telefono: 'tel', fechan: '2018-10-15', rol : 3, idTarget: 0 }, lista...
asked by 18.10.2018 / 17:36
2
answers

problems installing the npm to use Vue.js in laravel 5.5

I try to install npm to use vue.js in my laravel project but I get this error when I execute the npm install command: npm ERR! code ETIMEDOUT npm ERR! errno ETIMEDOUT npm ERR! network request to https://registry.npmjs.org/lodash failed,...
asked by 17.04.2018 / 20:27
2
answers

Get the value of a promise

I'm having a lot of trouble getting the value of a promise . Basically I want the value that returns a promise to be assigned to a variable. For example    This example uses the following elements: vue. js , vuex , almacen is a syno...
asked by 27.03.2017 / 02:06
1
answer

Multiple manners, same style in Vue.js

I am working on a web application using Vue2 and BootstrapVue , and I have a series of 6 elements (of which I will only upload 3 here, for practical reasons), all aesthetically equal, but with different content, rendereados by a...
asked by 26.03.2018 / 19:27
1
answer

Update user profile Vue-Laravel

I have to do the view to update user profile in Vuejs, the view is currently done in blade and it works fine, but I have to pass everything to Vuejs. From the sidebar.blade.php I pass the user to the Vue component named Profile.vue <pro...
asked by 12.04.2018 / 19:17
2
answers

Laravel Blade Templating + Vue2 HTML Render

I have an application that uses Laravel 5.4 and in order to search for reactive records with AJAX I decided to use Vue 2. The issue is that when rendering the information of Vue.js I get the classic and logical err...
asked by 28.07.2017 / 21:42