Vue single file class with member variable - variable is undefined

后端 未结 0 1079
梦谈多话
梦谈多话 2020-11-28 07:34

I have this:

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


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题