I have this:
export default class EventForm extends Vue { @Prop() eventId?: number | null; private eventAttendees: PersonForMeeting[] = [] addAttendee(pe