Adding input to event-form
So now we want to add an input to our event form and we want to capture that and then
use that to create our events.
Let's go to our event form and in the template under this add event heading here, let's add
another div in, give it a class of text and then inside that I'm gonna create an input
and it'll be of type text like so, and let's have a look at that.
So there we've got that input like that.
Now what we'll do is use the v-model directive
Click to load comments...