Cannot find name 'SubmitEvent'
Version
3.2.26
Reproduction link
Steps to reproduce
1.use typescript 2.declare a variable of type SubmitEvent
What is expected?
no errors
What is actually happening?
tell me cannot find name 'SubmitEvent',but I can find it in lib.dom.d.ts
I create a new project for testing. Created by CLI(version:4.5.15) with vue3 and typescript. Add a function name of doAction in App.vue. Here is the repo link vue-test. And this is my screenshot.