会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
山石
他山之石,可以攻玉。
博客园
首页
新随笔
联系
管理
订阅
2020年5月4日
vue同时传递到event和其他参数
摘要: 这样写就可以了 @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)