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
I use vue2.0 and typescript2.0, as well as vue-router2.0 as my development technology stack, which is my project template —— template,You run this project (npm run dev), you will find the error as follows:
vue-typescript-template-ui\node_modules\vue-router\types\router.d.ts (2,10): error TS2305: Module '"vue"' has no exported member 'ComponentOptions'. .......
Does it have a problem with the type declaration file of vue-router2.0 ?