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">...
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
...
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...
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...
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"...
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...
public function updateAll(Request $request)
{
$questionOption1 = QuestionOption::all();
foreach ($questionOption1 as $item) {
$id=$item->id;
foreach ($request->all() as $order1) {
if ($order1['id'] ==...
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"...
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...