2020年5月4日

摘要: 这样写就可以了 @click="test(...arguments,1)" 例子: <template> <div> <button @click="test(...arguments,1)">点击</button> </div> </template> <script> export defaul 阅读全文

posted @ 2020-05-04 16:55 猫头唔食鱼 阅读(2178) 评论(0) 推荐(0)