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
In vue/order-in-components, autofix is only enabled when we are sure that the things we are reordering are free of side effects, to not break the code. However, the automatic reordering is really useful.
I suggest to add the (unsafe) reordering as a suggestion, so the user can decide for themselves whether to automatically reorder the rule in this case.