v9.26.0
✨ Enhancements
- #2457 Improved some rules to understand MathML elements:
vue/component-name-in-template-casing
vue/no-deprecated-html-element-is
vue/no-undef-components
vue/no-unused-components
vue/script-setup-uses-vars
(note that this rule is deprecated!)
🐛 Bug Fixes
- #2456 Fixed
vue/require-default-prop
rule to ignore the spread and continue checking. - #2427 Fixed
vue/require-typed-ref
rule to ignore<script>
blocks withoutlang="ts"
in.vue
files.
Full Changelog: v9.25.0...v9.26.0