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
The vue/order-in-components rule checks setup and emits options. (setup and emits added in Vue.js 3.x)
The default order for the vue/order-in-components rule is designed according to the style guide.
But, setup and emits are new options added in Vue.js 3.x, and the order is not defined in the style guide.
We first need to define the style guide.
What category should the rule belong to?
Enforces code style
Warns about a potential error
Suggests an alternate way of doing something
Other (please specify:)
Provide 2-3 code examples that this rule should warn about: