修复vue 3 typescript vue 3 is not assignable to type 'MouseEvent'问题

当node更新为18.8.5版本时,对于使用@client,一般会出现is not assignable to type 'MouseEvent',可以使用以下方式解决。

对于无参数,可以直接在方法中,直接返回事件对象或者undefined

对于有参数,可以使用箭头函数

你可能感兴趣的:(修复vue 3 typescript vue 3 is not assignable to type 'MouseEvent'问题)