Questions tagged as 'vue.js'

0
answers

TreeView with Kendo UI and VueJs in laravel

Dear, I can not correctly develop a treeview with Kendo UI and Vuejs in laravel. To unravel the problem, I will describe what I am using. This is what the url of the laravel driver (index) returns, which I will then use with kendoUi to create...
asked by 19.12.2018 / 19:00
0
answers

I can not use checkboxes in vuejs

Hello, I have tried the way in which the documentation of vue indicates and works with a variable not yet assigned to the time that I assign, <div class="form-check"> <label c...
asked by 30.11.2018 / 03:44
0
answers

In what way could I page with vuejs, axios and pure php?

public function paginarClasificados($pagina) { #Inicializamos el tamaño de la pagina $tamaño_pagina = 5; #Iniciamos en donde iniciara la pagina $pagina = 1; $empezar_desde = ($pagina - 1) * $tamaño_pagina; #Inicializamos e...
asked by 01.12.2018 / 15:54
0
answers

Errors installing the npm to use Vue.js in laravel 5.5.44

Good Friends this time I'm here xq I find a small problem that suddenly many could give me a hand ... the issue is as follows: when executing on the command line: npm run dev throws me the following errors; I've seen in this...
asked by 10.11.2018 / 02:08
1
answer

Query about the structure of Firebase

Dear, I am developing an account plan and I am using a non-relational database (I hope I have not made a mistake), and I need to make it possible to create an account plan with firebase. In addition to Firebase I'm using Vuejs, but at the moment...
asked by 13.11.2018 / 20:34
1
answer

vue js modication of a variable

I would like to know how I modify the value of a variable, var v_eventosDiv = new Vue({ el: "#eventosDiv", data: { variablex:0, eventos: [] } }); I would like to know if I can modify the variablex when I call it in...
asked by 16.11.2018 / 22:13
1
answer

Error showing vue.js Uncaught ReferenceError: Vue is not defined

I'm starting with Vue.js. I have my index.html file and my index.js file. I get an error showing the index.html file in the browser. File index.html <!DOCTYPE html> <html lang="en"> <head> <meta...
asked by 26.09.2018 / 12:33
0
answers

v-for nested to add multiple inputs in each row and specific column of a table

As you could add multiple inputs in each row of a specific column, the idea is, I have a v-for that generates the table and in each row I have a button add "peridodo" that would add multiple inputs in a column in the respective row of that colum...
asked by 14.11.2018 / 13:20
1
answer

nativescript-vue error when debugging in android application from cli

I am starting in nativescript vue to develop mobile apps, but at the moment of running the application for android it tells me that it does not find the project, I already have installed all the necessary (sdk, vue cli, etc), that believe it can...
asked by 07.09.2018 / 16:58
2
answers

How to implement Datatables + Vue.js properly

my problem is that when integrating datatables.net to my VUE component, I get the following: (image below), but at the time of using the search remains blank my code in the "< template >" part and my javascript is the following...
asked by 03.10.2018 / 17:29