if the project is built using vue+element, there will be a lot of pop-up boxes on the page that need to enter content, as shown in figure
for example, if I close the pop-up window in the middle of the input, and then open it, how can I simply and quickly clear the contents I filled in before? do I really have to reset the value of each box?
something like this:
this.input1 ="
this.input2 =""
this.input3 =""
this.input4 =""
this.input5 =""
this.input6 =""
this.input7 =""
I think there should be an easy way. Please advise