8000 v-bind merge strategy modifier by CyberAP · Pull Request #215 · vuejs/rfcs · GitHub
[go: up one dir, main page]

Skip to content

v-bind merge strategy modifier #215

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Typos
  • Loading branch information
CyberAP authored Sep 28, 2020
commit 6c6c4813057fae856803784d285a7cc6edd6982b
2 changes: 1 addition & 1 deletion active-rfcs/0000-v-bind-merge-strategy-modifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If you place `v-bind` directive **before** your attributes – it **will not** r
This change has some serious downsides:

* Reliance on attribute order is not an expected behaviour.
We've learned that HTML and CSS never rely on attribute order and this change conflicts with that knowledge.
We've learned that HTML and CSS never relies on attribute order and this change goes into conflict with that knowledge.

* Teams might have code standards that define specific order for
attributes\directives\listeners for better readability and consistency.
Expand Down
0