prettier-vscode icon indicating copy to clipboard operation
prettier-vscode copied to clipboard

prettier bug in Vue

Open haro1d opened this issue 1 year ago • 2 comments

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

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

Please note: Missing ";" results in an error

haro1d avatar Apr 09 '24 05:04 haro1d

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

github-actions[bot] avatar Jun 09 '24 01:06 github-actions[bot]

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

haro1d avatar Jun 09 '24 02:06 haro1d

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

github-actions[bot] avatar Aug 09 '24 01:08 github-actions[bot]

This is an issue or feature request for the Prettier library itself rather than the VS Code extension for prettier. Please open an issue at https://github.com/prettier/prettier.

ntotten avatar Aug 15 '24 01:08 ntotten