Posts by Henrique Buzin • 143 points
5 posts
- 
		2 votes2 answers291 viewsA: Vue Submenu menu from jsonI did it, I did it, Follow how I did the structure in v-for: <ul> <li v-if = "info != null" v-for="(item, key, index) in info.data"> <p>-- {{key}} --</p> <span v-if =… 
- 
		2 votes2 answers291 viewsQ: Vue Submenu menu from jsonHello, I’m beginner in Vue I’m wanting to make a menu with submenu coming from a json, follow the codes I made: <template> <div id="app"> <img alt="Vue logo"… 
- 
		2 votes1 answer79 viewsQ: Determine the memory consumptionHello, I’m a beginner in Go and I’m having a hard time determining how much memory the Go code took to execute some code. I made the memory() function that even returns something, but I don’t know… 
- 
		2 votes1 answer360 viewsQ: Codeigniter with Blade, huh?I’m starting to study CI and how I used a little Laravel to facilitate was trying to put the Blade, follow this tutorial. I followed the scratch the tutorial, but returns these mistakes: How to… 
- 
		6 votes1 answer2355 viewsQ: Change the height of the div according to the screen size and adapt when adjustHello, I’m trying to adjust the height of my Ivs as the div that has the most text, when the page loads, works normal, but when I change the screen dimensions, it doesn’t work. HTML <div…