Skip to content
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

prettier bug in Vue #3367

Open
haro1d opened this issue Apr 9, 2024 · 2 comments
Open

prettier bug in Vue #3367

haro1d opened this issue Apr 9, 2024 · 2 comments
Labels

Comments

@haro1d
Copy link

haro1d commented Apr 9, 2024

Before using prettier:
@click="row = scope.row; visible = true"

After:
@click="
row = scope.row
visible = true
"

Please note: Missing ";" results in an error

Copy link

github-actions bot commented Jun 9, 2024

This issue has been labeled as stale due to inactivity. Reply to keep this issue open.

@github-actions github-actions bot added the Stale label Jun 9, 2024
@haro1d
Copy link
Author

haro1d commented Jun 9, 2024

This issue has been labeled as stale due to inactivity. Reply to keep this issue open.

But the bug does exist and should be fixed,I'm still waiting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant