Questions tagged as 'vue.js'

0
answers

Change the style of a svg path by clicking on an option of a select

Just beginning with vue js, I have an interactive map.svg accompanied by a select, for now the select fulfills the function of if you select a state list the branches of that state. The map when you press one of the states in the same way lists...
asked by 10.12.2018 / 19:51
0
answers

F # Problem when loading Windows projects

I am doing the configuration of a project that is developed with xamarin, vue.js and F #, however, this was initially created in visual studio for mac. When loading the solution in visual studio enterprise 2017, some files of the project are...
asked by 09.12.2018 / 16:50
0
answers

VUE - Generate dynamic components

I have a json list which contains a special field: tipo this is responsible for knowing which component should be displayed, there are several types clarifying. { id: 1, nombre: Listado de tareas, tipo: BlockComponent }, id: 1, nom...
asked by 13.12.2018 / 18:12
0
answers

Login error with Laravel Vue with JWT

I have an error when logging in my login, I created the account in my registry but when I put the data, I sent an error on my token, that happens when I create my accounts because the first account I made Log me in. When I log in, I get this...
asked by 05.12.2018 / 18:51
0
answers

problems with vue-draggable laravel 5.7 (problems with vue-draggable laravel 5.7)

I call him in laravel and he only shows me this I do not know why it does not work <template> <table class="table table-striped table-bordered"> <thead> <tr> <th>ID</th&...
asked by 04.12.2018 / 17:26
1
answer

AJAX function with VUE

I would like to know in what way the following code can be done but with VUE, I would like to venture into this new technology but I do not have much knowledge about it then I would like to pass the next ajax call but with VUE, I have already lo...
asked by 03.12.2018 / 16:29
0
answers

vue-reCAPTCHA does not work

Hello, I'm using the vue-reCAPTCHA package to insert one. This capcha is a sub component so for use within the sub component I do the following. This is the script: import VueRecaptcha from 'vue-recaptcha'; export default { components:...
asked by 28.11.2018 / 21:16
1
answer

Owlcarousel does not respect styles with vue.js

I am using vue.js with rails and adding owlcarousel for the project with static images works without any problem and is shown as follows: but when I use it dynamically with vue requesting an API send me the images without respecting the...
asked by 12.07.2017 / 16:17
0
answers

How can I validate permissions per month?

I am trying to do a validation that only allows me to register 2 permits per month, that is to say after the two monthly permits, I will not be able to carry out any other permits if not until next month. I have my following code: var conta...
asked by 20.11.2018 / 17:21
0
answers

how can I call a function in an if in vue js

I want to call a counting function within an if of vue I would like to know how I can do it since I want it to go away accumulating every time the condition is fulfilled and everything I'm working with vue var noticias new vuew( { el:...
asked by 19.11.2018 / 22:06