- 此组件通过mixin的方式，覆盖了element UI的ElSelect组件的showNewOption方式，只加了一句`this.query = this.query.trim()`，目的是杜绝输入空格。