javascript - vue2.0 uses mint-ui, and the blur and focus events bound to the mt-field component fail. What is the reason?
为情所困
为情所困 2017-05-19 10:13:34
0
2
1473
代码如下,事件toggle已经定义但没有触发
<mt-field label="加金金额" type="number" @focus.native="toggle" @blur.native="toggle">
    <p class="input-right">$</p>
</mt-field>
为情所困
为情所困

reply all(2)
仅有的幸福

Your event should be defined in the mt-field component

PHPzhong

I also encountered this question and want the answer

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template