Vue uses custom instructions with elementUi to fail to get el.value

vue using custom instructions with elementUi fails to get el but not el.value
clipboard.png
you can get el.value by using input directly without using el-input

Mar.12,2021

using el-input, will convert to the following dom structure,

  

el.children [0] .value

Menu