You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the plugin to format vue file, it noticed that SyntaxError: Adjacent JSX elements must be wrapped in an enclosing tag.
But if I remove the plugin, it turns to normal.
When I use the plugin to format vue file, it noticed that
SyntaxError: Adjacent JSX elements must be wrapped in an enclosing tag
.But if I remove the plugin, it turns to normal.
Here is the minimal reproduction.
This is my vue file.
This is my .prettierrc.js.
And this is my package.json
The text was updated successfully, but these errors were encountered: