-
-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
更新到最新版本0.37.2,保存时 [object Promise] #3653
Comments
Please provide a repro case. |
Any item |
I can't repro it in my any project. |
Same issue here since upgrading to 0.37.(2)! |
2 similar comments
Same issue here since upgrading to 0.37.(2)! |
Same issue here since upgrading to 0.37.(2)! |
|
|
The new You can install your |
Hey @yoyo930021, thanks for your time. What exactly are you suggesting? This is not a Vetur issue and we should install prettier-eslint? All our developers have this issue and we would like to apply the solution on project level, not user level (in other words, not using the Vetur useWorkspaceDependencies option). |
You have two workarounds.
For Vetur there is actually no good way. At most, there is a warning. |
已经影响了正常使用,版本0.37 另外,不能强制用户使用 eslint Normal use has been affected, version 0.37 In addition, users cannot be forced to use eslint |
Vetur 沒有強制使用者用 ESLint Vetur doesn't forced to use eslint. |
Same problem on my old Vue2 codebase, I had to do the following in order to fix: package.json
VSCode config (not sure if needed)
And since it seems to have forced the trailing commas on my lint, I added this as well: .eslintrc
|
Same issue, v0.36.1 works well. |
NO MORE MEANINGLESS +1. |
更新到最新版本 0.37.2,保存代码直接把script里的代码变成 [object Promise]了,安装回0.36.1保存正常
示例仓库:https://github.com/muou2125/Vetur_issues
The text was updated successfully, but these errors were encountered: