Posts by Eduardo Cardoso • 13 points
5 posts
-
-1
votes1
answer381
viewsQ: V-icon is not working on vuetify
People who use vuetify, the v-icon is not working as it should. I put the image 1 there that you can see that you don’t recognize the icons of the material design. To better understand, I created a…
-
1
votes1
answer150
viewsQ: How to do line breaking in a Vue tag?
Guys, I’m trying to break the line on the cards in the picture, but I can’t. I’ve done it, Row, I’ve made align (of all kinds), I’m not getting it. These cards are stored in an array, there are 52…
-
0
votes2
answers835
viewsQ: How to view an image saved in another project folder in Vue?
I need to display an image that is saved in another folder of my project inside a v-img tag, in vuetify. I’m just not getting it. Someone knows how to do? My project folders are so organized:…
-
0
votes1
answer402
viewsQ: Does splice remove an object from the array?
I have a question in Javascript. When I splice an array, it removes what? For example, I have an array with several objects inside, as in the example below: lixo: [ {"nome": "garrafa pet", "tipo":…
-
0
votes0
answers44
viewsQ: How to display images dynamically from an array in vuetify?
People you know from Vue/Vuetify, I’m having a hard time showing images on a dynamically shaped tag. The situation is as follows. I have an array declared in "date" that contains several objects,…