Element ui select cleanup option

how can select empty the selected data and display the original placeholder??
here is my code:


form.city='----'

this.form.city='';


this.form.city=null;

Menu