Posts by leonardo silva • 13 points
2 posts
-
0
votes1
answer303
viewsQ: How to use more than 1 dynamic class with vuejs?
Good morning/afternoon / evening I have a doubt, I have a project where I have a dynamic class with ternary operators, I need to add another dynamic class to bring an extra class in this whole joke,…
-
0
votes1
answer118
viewsQ: Switching from false to true with Vuex and Axios
Currently I have a structure with Nuxt and Vuex in the project, there is an object that comes directly from an Api and I need to make it change the state from "false" to "true" if the API returns it…