Posts by Renan Ludmann Pias • 69 points
8 posts
-
0
votes1
answer73
viewsA: Emit not working
Good morning buddy, Make the following change to the parent component. <span @changeTitle="changeTitle(title = $event)"> table -[{{title}}]</span><br> Make the following change to…
vue.jsanswered Renan Ludmann Pias 69 -
0
votes3
answers403
viewsA: Align Ivs side by side in the center
Friend, I quickly made an idea, but it can be improved. I believe the best solution is using flexbox. .container_flex { display: flex; flex-direction: column; width: 600px; } .container_flex div {…
-
0
votes1
answer554
viewsQ: How to get the html element that is found in a given text?
Talk personal, all right? I’m trying to solve the following question, but I’m not getting it. Could someone give me a hand? I need to get the html element where a determining text is. That is, I go…
-
2
votes1
answer40
viewsQ: Cordova API Offline
I’m not sure what I want to do is possible. So I was wondering if you could help me? I’m building an app that will consume a Rest API for product listing. I need to make sure that on first access it…
-
2
votes1
answer130
viewsQ: How to read a dataLayer?
Good afternoon, everyone, I need to bring a Lieyer data in my system. The people who work with Google Tag Manager have created some dataLayer and I need to gather some information with javascript to…
javascriptasked Renan Ludmann Pias 69 -
1
votes1
answer880
viewsQ: Page Bootstrap 4
Buenas pessoal, I have a relatively simple doubt, but I haven’t found anything on the Internet to answer me. I am implementing a page with bootstrap 4:…
-
1
votes0
answers192
viewsQ: Traversing JSON
I’m having a little trouble performing a function. I was wondering if you could help me? Well, I need to do a click navigation and each level is stored in a json. A structure similar to this one…
-
0
votes1
answer80
viewsQ: Google Maps POI
I need to mount a google maps in my project (insert a map) and show the points of interest nearby. Points of interest, would be all that has close, bakery, bar, posts and etc. Is there how? How do I…