我是vue高级用户,我需要在我的项目ALT+click (multiCursorModifier)中对各种vue组件进行定义/实现。我已经安装了vetur,这是我的settings.json vetur特定设置。
"vetur.experimental.templateInterpolationService": true,
"vetur.trace.server": "verbose"这是我的jsconfig.json
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
}
}
}这是当我点击我的vue 2组件时得到的。
Unable to open 'vue-editor-bridge.ts': Unable to read file '\vue-temp\vue-editor-bridge.ts' (Error: Unable to resolve non-existing file '\vue-temp\vue-editor-bridge.ts').所有我想要的就是点击定义来工作。我也尝试过vue peek扩展,但没有成功。我该如何继续呢?
发布于 2021-11-23 22:28:56
https://stackoverflow.com/questions/68913850
复制相似问题