Questions tagged as 'vue.js'

1
answer

how to load data with Vue axios?

I am starting to develop a project with nodeJs, express and sequelize (postgresSQL), I want to add the functions that Vue Axios offers to this project but I can not understand how this library works. If someone here who can help me with an examp...
asked by 13.11.2018 / 19:43
1
answer

Problem when passing data from a Laravel driver to a view with Vue

I'm passing some data from a controller in the index method: public function index() { $variable = Modelo::orderBy('id', 'DESC')->get(); return view('vista', compact('variable')); } and I am receiving them in this view: <t...
asked by 13.02.2018 / 22:59
1
answer

At the time of executing this command - composer require barryvdh / laravel-dompdf en laravel 5.6 I get the following

Could you help me please, what should I do with this error?     
asked by 28.11.2018 / 08:36
2
answers

Problem with boolean in setInterval - vuejs

I have a boolean called isFilter in which when it is true it does one function and if not the other function. This I have in the created so that every 30 seconds I return to execute the function: created() { this.load(); setInterval...
asked by 22.04.2018 / 13:27
1
answer

element Vue js does not work

The view does not recognize the <Meta> </Meta> element, it does not show the table or the elements declared in meta.vue This is my view @extends('layouts.app') @section('content') <div class="container"> <di...
asked by 19.03.2018 / 15:15
1
answer

Go through an array with a JSON field [duplicated]

Good evening in the next picture you see a doubt that I have in something that I am doing all help is welcome received     
asked by 27.11.2018 / 02:49