Skip to content

⚠️ Vue Caution Rules

Some features of Vue exist to accommodate rare edge cases or smoother migrations from a legacy code base. When overused however, they can make your code more difficult to maintain or even become a source of bugs. These rules shine a light on potentially risky features, describing when and why they should be avoided.

❓ Why it's good to follow this ruleset?

  • Maintainability: Code is easier to maintain.