Questions tagged as 'vue.js'

0
answers

Configuration problem of my phpStorm to use Laravel

Configure laravel 5.5 to use vue.js in a project and everything turned out perfect; but when I install a new project laravel 5.5 I try to configure vue.js I miss errors as I show in the image: How can I solve this? Greetings     
asked by 30.04.2018 / 12:17
1
answer

VueJS and node for a step to production

I have a question, I have a project done with vue-cli , I run the command npm run build , I generate the dist and the index . The idea is to deploy in a nodejs, which provides services and connection to the BD (mongo)...
asked by 11.05.2018 / 15:13
1
answer

Start vue-datepicker with current date and change style

I'm using vuejs-datepicker to deal with the date field of the form, so far I have not been able to make the datepicker start with the date of the current day and also not be able to select the days before the date that is being starting I'm t...
asked by 26.04.2018 / 22:55
0
answers

Go back, modify the DOM after it renders

Help with those components, when I try to add a new element when adding predefined text, it does it correctly, but when you listen to an external event to bring text, the text is picked up but it is never shown in: Vue.component('list-din',{...
asked by 19.04.2018 / 17:56
1
answer

Problem bringing Vuex data

Hello friends I have a problem with vuex .. the goal is to load and paint the data of some companies that come for an API And when I clicked, I went to another page and the information could be edited in a form, all built in vuex as well. - The...
asked by 19.04.2018 / 14:12
0
answers

Using the resource controller

I'm trying to populate a dynamic table using Vue, but by calling the resource manager, it returns the json and removes my view, where the table is, I've reviewed and tried several ways to call the controller on the route, but nothing. Here the c...
asked by 25.04.2018 / 21:23
0
answers

How to display the validated error texts (laravel) in html?

I need to show the errors when validating the data, and I only show information that I do not need as well.    The given data was invalid. {"PERS_varDNI": ["The DNI must have 8   digits "]," PERS_varApPaterno ": [" Enter the Paternal Last Nam...
asked by 26.03.2018 / 15:33
0
answers

2 Computed in a v-for?

I wanted to know if there is a possibility to call 2 methods in a v-for, for example: I have this code extract <ul> <li v-for="t in tareaPrio"> {{t.nombre}}...
asked by 27.03.2018 / 17:40
0
answers

Using eventListeners in a vue2 component

I am new to this web development but the fact is that I am trying to create a web application that contains a google map. Following some tutorials I created this component: <template> <div class="google-map" :id="mapName"></di...
asked by 22.03.2018 / 12:09
0
answers

Details of a Product Vuejs

I want to show the details of a product, but I have not managed to show the information. I'm working with Vue Mongo Node and Express When I give http://localhost:3000/item/5aa811e5aa7f7d414c707127 appears the information of the database,...
asked by 14.03.2018 / 23:50