✨ Enhancements
- #1707 Added
vue/no-child-content
rule that reports child content of elements that have a directive which overwrites that child content. - #1712 Added
vue/no-expose-after-await
rule that reports theexpose()
afterawait
expression. - #1703 Added
composition-vue2
style option invue/component-api-style
rule.
🐛 Bug Fixes
- #1713 Fixed false positives for type-only exports in
vue/no-export-in-script-setup
rule. - #1715 Fixed false negatives for
v-bind.sync
invue/no-mutating-props
rule. - #1715 Fixed false positives for shadowed props in
vue/no-mutating-props
rule. - #1718 Fixed memory leak.
Full Changelog: v8.0.3...v8.1.0