Module '"../node_modules/vue/dist/vue"' has no exported member 'Plugin'
Version
3.0.11
Reproduction link
Steps to reproduce
Create a new SFC application using Vue 3.0.11 and typescript
Use the statement to import required modules
import { App, Plugin } from 'vue'
What is expected?
To work as usual
What is actually happening?
Error appears
Everything was working well, just removed the node modules, installed back everything, and now getting this error