Questions tagged as 'vue.js'

0
answers

How to make a treeview with Vuetify?

I'm having a problem, and it's like doing a treeview with Vuetify: <template> <div class="container"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <div class="panel panel-default">...
asked by 30.12.2018 / 20:38
0
answers

Property or method "foo" is not defined on the instance but referenced during render

I'm new to Vue, I'm just trying to understand how component inclusions work correctly in this framework. I am having the following error after executing the code shown below:    "Property or method" icons "is not defined on the instance but  ...
asked by 30.12.2018 / 17:48
0
answers

Pass functions from child to parent in Templates Vue

Hello in this function beforeTabSwitch: function() , how can I simulate a submit and call me the function that is in a template vue son, it is all in one, but I had to separate each form within a tab, this I have in my template son...
asked by 27.12.2018 / 23:11
1
answer

Problems with SPA using components in Vue.js

I am creating a SPA website with Vue.js. Well, I have a component such that: Vue.component("locales", { props: ['productos'], template:'<pre>{{productos}}</pre>', data(){ listaLo...
asked by 25.12.2018 / 15:48
0
answers

Edit commands and buttons in Kendo UI + Vuejs

Dear, someone can explain to me how to edit the commands provided by Kendo UI when creating a tree list table. That is, change the name of 'edit' to edit and also add features to taste. <kendo-treelist data-source-ref="remoteDataSource"...
asked by 20.12.2018 / 14:14
0
answers

How to run Google Oauth2 with Vue in dev mode on a PHP server?

I have that problem. I have a server running a system in PHP only with jQuery ... etc. Simple things, but lately I decided to update my site to Vue and I started to make the Login. My experience with Vue is good, I did it through vue-cli and...
asked by 18.12.2018 / 19:39
0
answers

I need to write a user props in the template

<template> <div id="tateti"> <Tablero :usuario1="usuario1" :usuario2="usuario2"/> </div> </template> <script> import Tablero from './Tablero.vue'; export default { name: 'tateti', components: { Tablero }, pr...
asked by 12.12.2018 / 11:46
0
answers

I have an array and I want to update the capos how the php array is

public function updateAll(Request $request) { $questionOption1 = QuestionOption::all(); foreach ($questionOption1 as $item) { $id=$item->id; foreach ($request->all() as $order1) { if ($order1['id'] ==...
asked by 10.12.2018 / 23:45
0
answers

How to use events with vue-draggable

I can not detect events with the library vue-draggable documentation for rearrangements of lists JS Vue.use(VueDraggable); new Vue({ el: '#app', data: { items: [ {id: 1, title: "Iqssq"}, {id: 2, title: "Itemaa 2"...
asked by 04.01.2019 / 20:51
0
answers

as it is in nodejs to add +1 to a section of the mongodb schema

Good evening I would like you to explain to me how it would be done to add by vue to mongodb ++ in victories const Schema = new Schema nombre: string, victorias: Number, may be the question somewhat confusing just beginning to practice and...
asked by 10.12.2018 / 19:19