el-select 获取change点击index

<el-select>
    <el-option  v-for="(item, index) in optionlist" @click.native ="handleSelect(index)"></el-option>
</el-select>

  

原文地址:https://www.cnblogs.com/cs122/p/13665548.html