Posts by Nixon Girard • 55 points
4 posts
-
0
votes1
answer852
viewsQ: VUE JS Consuming API and using V-FOR with 2 tables
I have 2 tables Table 1 [ {"Id": "1", "nome": "João"}, {"Id": "2", "nome": "Manoel"} ] Table 2 [ {"Estudante": "1", "nota": "5", "avaliação": "1"}, {"Estudante": "1", "nota": "6", "avaliação": "2"},…
vue.jsasked Nixon Girard 55 -
0
votes2
answers399
viewsQ: Vue-Resource $http.get does not recognize json with [
I have a php that delivers the following content [{"Id":"50630","Operador":"","Id_cadastro":"61693"}] Vue-Resource only recognizes if I remove the [] my code is…
-
1
votes0
answers37
viewsQ: Vue $http.get loads page plus returns NULL
I’m trying to consume an API and $http.get only returns NULL. I call a PHP that returns a json What a fool I’m doing? new Vue({ el:'#beerApp', data:{ cervejarias: null }, methods:{ getChamados:…
-
4
votes1
answer408
viewsQ: Starting with Vue.js with jQuery experience
I have experience with Javascript and jQuery and after a few years I decided to leave my comfort zone and meet new horizons. I took a quick walk through the Angular until arriving at Vue.js.. Is…