Cannot read property 'required' of null

前端 未结 5 2199
悲哀的现实
悲哀的现实 2021-02-05 06:05

In the template I have a form, which one part of it has to do with rendering the list of courses:

5条回答
  •  感动是毒
    2021-02-05 06:20

    Errors won't always exist, so you have to define it like this:

    With the safe operator "?"

提交回复
热议问题