如何使“在编辑器中打开”功能在 Vue Devtools 中工作
Posted
技术标签:
【中文标题】如何使“在编辑器中打开”功能在 Vue Devtools 中工作【英文标题】:How to make the "Open in editor" functionality to work in VueDevtools 【发布时间】:2021-08-18 19:59:51 【问题描述】:我想在 VueDevtools 中使用“在编辑器中打开”功能,但我的终端总是出错:
Could not open MakeUpStudio.vue in the editor.
The editor process exited with an error: (code 1).
To specify an editor, specify the EDITOR env variable or add "editor" field to your Vue project config.
所以我关注了this documentation,但它并没有改变任何东西。我能做什么?
【问题讨论】:
到目前为止你做了什么?你的配置是什么? 我在使用 VSCode 时尝试将 EDITOR 环境变量设置为code
,并使用以下配置:github.com/emanuelmutschlechner/vuejs-vue-devtools/blob/master/…
【参考方案1】:
我在GitHub comment 之后找到了解决方案。当我使用 Vue.js v2 时,我需要使用 setup
钩子而不是 before
钩子。
【讨论】:
以上是关于如何使“在编辑器中打开”功能在 Vue Devtools 中工作的主要内容,如果未能解决你的问题,请参考以下文章