You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pnpm exec vue-tsc --noEmit --pretty
components/button.vue:8:12 - error TS2322: Type '() => null' is not assignable to type 'MouseEvent'.
8 <button @click="handleClick">Click me</button>
~~~~~
This issue seems to be relevant since version 1.0.2
The text was updated successfully, but these errors were encountered:
Here is my code:
This issue seems to be relevant since version 1.0.2
The text was updated successfully, but these errors were encountered: