Posts by Iago Mello • 33 points
2 posts
-
2
votes0
answers1105
viewsQ: Modal form validation with Vue and Vuelidate
I have a form inside a modal and I am doing the validation of fields (client side) using the plugin vuelidate. Use the plugin bootstrap-Vue to create the modal, however, when I implement the…
-
1
votes1
answer144
viewsQ: Place a table created in an existing container
need help! I’m developing an application in college that will use Bubblesort - yes! We had the misfortune to catch this one! - to draw some data within a table. I created the table through a class…