Questions tagged as 'vue.js'

0
answers

How can I pass a value to the VUE from a link

I need to pick up the id from a record and show it with VUE from a JSON. File response: class DetalleResource extends JsonResource { public function toArray($request) { return [ 'id' => $this->id, 'titulo...
asked by 25.09.2018 / 11:14
1
answer

Walk with a for in VueJS

Dear I am developing an application with electronjs and vuejs, but I have a problem. I'm using vuetify and I can not show the firebase data, it just happens to me with vuetify ... now I explain it. <v-flex xs12 sm6 d-flex> <v-...
asked by 13.09.2018 / 13:41
1
answer

Error in ElectronJs and Vuejs

I am developing an application with ElectronJS and Vuejs but when I want to connect it and download data with Firebase it tells me this error: Step part of Vuejs code: const remote = require('electron').remote const main = remot...
asked by 11.09.2018 / 14:35
0
answers

Broadcasting / Broadcasters / PusherBroadcaster.php "," line ": 116

I'm doing a private chat with laravel pusher and vue 2. The issue is that when I use the helper broadcast () it gives me a connection error and I have all the data correctly entered in the .env file. I also have the providers and with Echo la...
asked by 05.09.2018 / 21:25
0
answers

DatePicker in Vue.js

I'm using Vue.js to make an application, but only the structure. In other words, to assemble the forms, plugins and others, I prefer to do it with Javascript or, failing that, with something already pre-designed with Jquery. It is the case of...
asked by 06.09.2018 / 15:47
0
answers

How can I get the ID of an object in a select multiple?

I have a system that registers proyectos and people who can have 1.n projects, and I need to send the id of a select multiple to a query GetMapping of java to warn that a persona You have a project assigned....
asked by 06.09.2018 / 19:47
1
answer

How to hide a b-tab with VueJS if it has no text

The point is that I have a tab panel made with Bootstrap of Vue . Each of these tabs has a textarea which shows a text. Basically I do not know how to make that tab whose textarea is empty, not shown in the tab panel....
asked by 06.09.2018 / 08:20
0
answers

Go through loop for nested in Vue.js

I'm starting with Vue.js and I can not find a way to run a nested for loop. I'm using it with Django, and what I'm trying to do is show all the elements (a list) that there is in another list (a list of feeds with their respective urls) This...
asked by 30.08.2018 / 10:01
0
answers

Create pager with Vuje and Laravel

I have a table with a search and number of records to show and I'm creating a pager with Previous and Next arrows. I from Laravel got this answer:    current_page: 1 data: Array (5)    first_page_url "link "    from: 1    last_...
asked by 24.08.2018 / 15:17
0
answers

Error with reactive properties and routes in Vue.js

I am developing a Vue application with routes but when I access the values of the instance Vue from the templates of the router in an input using v-model , when I try to write something in the input it throws me these two err...
asked by 20.08.2018 / 18:21