Posts by Christian Guimarães • 19 points
4 posts
-
0
votes0
answers51
viewsQ: apexcharts series values do not appear
I’m trying to understand the value of an array I’m pulling from the back inside an apexchart chart, but it’s not returning anything, the chart appears blank the callback mounted() { this.uChart() },…
-
0
votes0
answers32
viewsQ: How to take the value of a reduce the tag to appear in the view - VUE.JS
I’m trying to set up a panel, and I want to take the added values of a reduce to appear in the view Inside the budgets, there’s an array of value, and I’ve done the methods to add methods: {…
-
0
votes1
answer222
viewsQ: Add values from a column (array) - Vue.js?
I would like to know how to add up the values of a array to appear on the screen. Example has a column with gross value, which contains the gross value of each component, wanted to add these values.…
-
0
votes0
answers63
viewsQ: Add a filter with quasar framework Vue.js
Good afternoon, I am trying to implement a filter in a list that contains several filters, however I am not able to pull the data to filter them, it seems to me you have to pull send for one…