美文网首页
vue+elementUI中el-select使用change事

vue+elementUI中el-select使用change事

作者: 瑞破破 | 来源:发表于2020-01-06 11:19 被阅读0次

    change 事件中,会获取到当前选中的值(因为默认会将event参数传递过去)

    如果你想要传递多个值,change ($event,“传递的其他值”),将“选中的当前元素“ 和 ”传递的其他值”一起传递过去。

    相关文章

      网友评论

          本文标题:vue+elementUI中el-select使用change事

          本文链接:https://www.haomeiwen.com/subject/vcmlcctx.html