vue默认方法传递额外参数

24 阅读1分钟

其中,value是默认参数,item是我们想要的传入的第三方参数。

@change="(value)=>numberChange(value,item)"