Questions tagged as 'vue.js'

0
answers

Does anyone know why the touch does not work properly?

Hello Good evening I'm doing a form with materialize and vue js, but I do not work well on mobile phones and tablets any idea of why it may be, I leave the code below. In the computer it goes super well. is the only problem I have and I did not...
asked by 26.10.2018 / 01:01
0
answers

Does anyone know why the touch does not work properly?

Hello Good evening I'm doing a form with materialize and vue js, but I do not work well on mobile phones and tablets any idea of why it may be, I leave the code below. In the computer it goes super well. is the only problem I have and I did not...
asked by 26.10.2018 / 01:01
0
answers

Firebase query

How could I access the sub index of the object I show in the image. I'm trying it with Object.values (sale [key]) , it works but I can not add more attributes. Any help? This is the code: Claro firebase.database().ref('venta/' + this...
asked by 24.10.2018 / 15:40
1
answer

How can I recover the object of my database in Firebase if I do not know which node it belongs to?

I have a database in Firebase for products. I have the following nodes: + Vinos "5000" {} "5001" {} + Quesos "6000":{} "6001"{} In my component I only have the code and I need to recover it but I do not know which node it belongs t...
asked by 05.10.2018 / 22:18
0
answers

error when saving an order detail in laravel, it tells me no existing column

I am using laravel to create an ordering system and when I save an order it generates an error: "message": "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'stock' in 'field list' (SQL: insert into 'detalle_pedidos' ('idpedido', 'idprod...
asked by 03.10.2018 / 19:05
0
answers

how to implement private channels in laravel sockets

Hi, I'm trying to implement a private channel for sockets with laravel and the events of these same Along with redis | laravel echo server and Vue my event works perfect my channel is public but I do not know how I should configure my...
asked by 01.10.2018 / 06:05
1
answer

Problem when creating the final product with Bootstrap-Vue

I'm doing the web for an event and I have problems when uploading the version to the server. It works perfectly in the development version, but for some reason that happens to me it is not composed as it should be, only the footer is seen. I cre...
asked by 06.10.2018 / 15:21
1
answer

How to use Driver in a vue.js?

I found this comment related to the use of vue.js but in reality I could not make it go in my case I have the vue component related to the view This is my User.Controller driver in the view "users.blade" command call my compone...
asked by 01.10.2018 / 15:33
0
answers

error when loading the page in an app vue already published

I have an App Vue that uses vue-router, to publish it use the following: install express create a server.js file insert the following code CODE var express = require('express'); var path = require('path'); var serveStatic = requir...
asked by 18.09.2018 / 19:05
1
answer

problem when accessing data property of a get request in axios gives me error

I am making a request get with axios the problem is that when reading the property of the json I get undefined, I'm using php slim on the server as api, on the client side is a mobile app with nativescript-vue I leave the code to see what the er...
asked by 12.09.2018 / 20:54