<el-date-picker @focus="forbid" ></el-date-picker>
const forbid = () => { document.activeElement.blur(); }