vue3.0以下版本,对应安装vue-router
npm install --legacy-peer-deps vue-router@3.5.2
vetur 提示一些报错,就按提示解决。多数更jsconfig.json有关
去新建一个jsconfig.json
{
"vueCompilerOptions":{
"experimentalShamefullySupportOptionsApi": true,
"experimentalDisableTemplateSupport": true
}
}