Home > Q&A > body text
代码如下,事件toggle已经定义但没有触发 <mt-field label="加金金额" type="number" @focus.native="toggle" @blur.native="toggle"> <p class="input-right">$</p> </mt-field>
仅有的幸福2017-05-19 10:15:34
Your event should be defined in the mt-field component
mt-field
PHPz2017-05-19 10:15:34
I also encountered this question and want the answer