Home  >  Q&A  >  body text

javascript - vue2.0 uses mint-ui, and the blur and focus events bound to the mt-field component fail. What is the reason?

代码如下,事件toggle已经定义但没有触发
<mt-field label="加金金额" type="number" @focus.native="toggle" @blur.native="toggle">
    <p class="input-right">$</p>
</mt-field>
为情所困为情所困2711 days ago1416

reply all(2)I'll reply

  • 仅有的幸福

    仅有的幸福2017-05-19 10:15:34

    Your event should be defined in the mt-field component

    reply
    0
  • PHPz

    PHPz2017-05-19 10:15:34

    I also encountered this question and want the answer

    reply
    0
  • Cancelreply