- 
 
- 
  Notifications
 You must be signed in to change notification settings 
- Fork 695
 🐛Fix: v-bind order in vue/attribute-order rule
 #421
 
 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
Conversation
 
 
 docs/rules/attributes-order.md
 
 Outdated
 
 
 There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should mix other attributes with bindings.
Let's keep both groups: TWO_WAY_BINDINGS and BINDINGS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a common situation that when user needs to change a static property value to a dynamic binding value. If we separate them into two groups, the user may have to modify the order of these properties and feel confused. Maybe it's still better to let user themselves to sort these attributes.
f484057 to
 add1150  
 Compare
 
 Only solved the conflict but did not change anything else
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me! 🙂 I only noticed one small typo that I commented on.
 
 
 docs/rules/attributes-order.md
 
 Outdated
 
 
 There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a typo here.
vue/attribute-order rule (削除ここまで)vue/attribute-order rule (追記ここまで)
 17625ab to
 a80ea67  
 Compare
 
 
Uh oh!
There was an error while loading. Please reload this page.
close #410 , close #422