VSCode发出以下警告
Detected Vetur enabled. Consider disabling Vetur and use @volar-plugins/vetur instead.
这是干什么的?我需要做什么才能关掉它
9ceoxa921#
Volar是官方的VScode插件使用了几个月,因此核心团队正在推动官方支持的一个。它最初是为Vue3设计的,但也适用于Vue2。如下所述:https://vuejs.org/guide/typescript/overview.html#ide-support还有这个github问题:https://github.com/vuejs/vetur/issues/3476#issue-1300202219项目官方页面
i5desfxk2#
在您的VScode扩展中,找到“Vetur”并禁用。或者您可以通过另一种方式使用'Vetur'@volar-plugins/vetur。
2条答案
按热度按时间9ceoxa921#
Volar是官方的VScode插件使用了几个月,因此核心团队正在推动官方支持的一个。
它最初是为Vue3设计的,但也适用于Vue2。
如下所述:https://vuejs.org/guide/typescript/overview.html#ide-support
还有这个github问题:https://github.com/vuejs/vetur/issues/3476#issue-1300202219
项目官方页面
i5desfxk2#
在您的VScode扩展中,找到“Vetur”并禁用。
或者您可以通过另一种方式使用'Vetur'@volar-plugins/vetur。