Questions tagged as 'vue.js'

0
answers

Use JS file variables in Vue2

I acquired a theme designed in Bootstrap 3 and I want to use it in a project that has Vue2 as frontend. I have no problems loading the .css files, my problem is when I load the .js files that the theme needs. The structure of the project is as f...
asked by 08.03.2018 / 02:31
1
answer

PUT method with vue.js and phalcon

I would like to know if someone can explain to me how to send a form pr media of x-www-urlencoded en vue.js? since the enctype attribute is not working for me, and if I send the form with formData () it arrives empty to the API. I would g...
asked by 05.03.2018 / 15:13
0
answers

Images in Progressuve Web apps vue

I'm doing a PWA in Vuejs and I take it from a SPA I did before, but it's already built, it does not show the images. The images I showed with this code, what it does is take the ID of an API of some characters. <p><router-link :to=...
asked by 02.03.2018 / 22:18
0
answers

DO NOT ARRIVE AUTHORIZATION TO MY SPRING BOOT REST FROM VUE.JS

I want to consume my api rest from Spirng in Vue.js but I never get the api rest the JWT that I sent from VUE.JS. They have some idea because this is generated. Here I leave my spring boot java code: public class AccountCredentials {...
asked by 03.03.2018 / 06:50
1
answer

if in tag opening and closing - Vue

Working with Vue I have encountered a problem. I want to display a list of materials in a swiper dynamically. My problem comes from not being able to do an if around the div that contains the swiper-slide class or its closure. Currently...
asked by 22.02.2018 / 12:06
0
answers

Bus Communication Vue CLi

Hello, I have this code with vue cli and I am not updating the data of the second component. I am using a project echo in electron-vue / vuetify main.js import Vue from 'vue' import axios from 'axios' import Vuetify from 'vuetify' import 'v...
asked by 21.02.2018 / 03:24
0
answers

Vue.js 2 "Problem" with Single-File component

I am working on a project with Laravel 5.5 and Vue.js 2.x, after searches and questions I came to the use of components. But still I have an error when the page is rendered, I get the following error:    [Vue warn]: Property or method "quar...
asked by 06.02.2018 / 15:06
0
answers

I can not access the value of props in vuejs

Hello friends, I have a child component to which I can not access the value of a property that I passed through the props. I have an object arrangement that has two full arrangements inside, values: { value1: ['val1', 'val2', 'val3'],...
asked by 05.02.2018 / 21:50
2
answers

Problem protecting when defining a requiresAuth in VueRouter firebase

I'm doing a little practice with Vue and Firebase , I have already managed to create users and configure Firebase but I have a problem when restricting routes with VueRouter , with what I have read it should be enough w...
asked by 20.01.2018 / 04:15
0
answers

Problem when adding an object to an array in ES6 - this.listLogs.data [index] .push is not a function

Good morning, I am trying to add an object to an array, I leave the code for a better reference. The problem is that I get an error that the push function is not correct. Maybe I'm doing something in a bad way. Please your help or some clue how...
asked by 05.01.2018 / 20:56