Posts by Guilherme Alves • 11 points
2 posts
-
-1
votes3
answers386
viewsA: Background image, without using background-image
You can inject directly via css you create a class in css looks like this: .suaClase {background: url(imagens/imagem.gif) no-repeat;}, There you go shaping the css according to what you need;…
-
1
votes2
answers614
viewsQ: Hide a v-for element with v-show
I need to hide an element of v-for with v-show. I have a list that populates a menu and I need to hide a certain element, someone can give me a light?
vue.js-2asked Guilherme Alves 11