I recently installed Vue using the CLI version 4.4.1.
Following that, I executed the command 'vue add vue-next' to update to Vue3.
However, upon opening 'main.ts', I encountered a Typescript error:
Argument of type 'typeof import("c:/../vue-app/node_modules/vue/dist/vue")' is not assignable to parameter of type 'PublicAPIComponent'.
How can I resolve this error?