vue默认方法传递额外参数 闲者无敌 2024-03-22 24 阅读1分钟 其中,value是默认参数,item是我们想要的传入的第三方参数。 @change="(value)=>numberChange(value,item)"