代码如下,事件toggle已经定义但没有触发
<mt-field label="加金金额" type="number" @focus.native="toggle" @blur.native="toggle">
<p class="input-right">$</p>
</mt-field>
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
你的事件应该在
mt-field
组件里去定义吧我也遇到这个疑问,同求答案