v8.1.0
✨ Enhancements
- #1707 Added
vue/no-child-contentrule that reports child content of elements that have a directive which overwrites that child content. - #1712 Added
vue/no-expose-after-awaitrule that reports theexpose()afterawaitexpression. - #1703 Added
composition-vue2style option invue/component-api-stylerule.
🐛 Bug Fixes
- #1713 Fixed false positives for type-only exports in
vue/no-export-in-script-setuprule. - #1715 Fixed false negatives for
v-bind.syncinvue/no-mutating-propsrule. - #1715 Fixed false positives for shadowed props in
vue/no-mutating-propsrule. - #1718 Fixed memory leak.
Full Changelog: v8.0.3...v8.1.0