Javascript – How to get the form data from the modal-component into the submithandler
I'm working on a VUE app. Part of the app is to show a table (team) with information from the backend (by axios / django rest_framework). This all works. When I click "nieuwe categorie" the modal opens with a form.…