vuejs/eslint-plugin-vue
### [`v8.4.0`](https://togithub.com/vuejs/eslint-plugin-vue/releases/v8.4.0)
[Compare Source](https://togithub.com/vuejs/eslint-plugin-vue/compare/v8.3.0...v8.4.0)
#### ✨ Enhancements
- [#1760](https://togithub.com/vuejs/eslint-plugin-vue/issues/1760) Added [`vue/no-v-text-v-html-on-component`](https://eslint.vuejs.org/rules/no-v-text-v-html-on-component.html) rule that disallows the use of `v-text` / `v-html` on component.
- [#1762](https://togithub.com/vuejs/eslint-plugin-vue/issues/1762) Added [`vue/object-shorthand`](https://eslint.vuejs.org/rules/object-shorthand.html) rule that applies [`object-shorthand`](https://eslint.org/docs/rules/object-shorthand) rule to expressions in ``.
- [#1763](https://togithub.com/vuejs/eslint-plugin-vue/issues/1763) Added [`vue/no-undef-components`](https://eslint.vuejs.org/rules/no-undef-components.html) rule that warns reports component that are used in the ``, but that are not defined in the ` Githubissues.
Githubissues is a development platform for aggregating issues.
This PR contains the following updates:
7.20.0
->8.4.0
Release Notes
vuejs/eslint-plugin-vue
### [`v8.4.0`](https://togithub.com/vuejs/eslint-plugin-vue/releases/v8.4.0) [Compare Source](https://togithub.com/vuejs/eslint-plugin-vue/compare/v8.3.0...v8.4.0) #### ✨ Enhancements - [#1760](https://togithub.com/vuejs/eslint-plugin-vue/issues/1760) Added [`vue/no-v-text-v-html-on-component`](https://eslint.vuejs.org/rules/no-v-text-v-html-on-component.html) rule that disallows the use of `v-text` / `v-html` on component. - [#1762](https://togithub.com/vuejs/eslint-plugin-vue/issues/1762) Added [`vue/object-shorthand`](https://eslint.vuejs.org/rules/object-shorthand.html) rule that applies [`object-shorthand`](https://eslint.org/docs/rules/object-shorthand) rule to expressions in ``. - [#1763](https://togithub.com/vuejs/eslint-plugin-vue/issues/1763) Added [`vue/no-undef-components`](https://eslint.vuejs.org/rules/no-undef-components.html) rule that warns reports component that are used in the ``, but that are not defined in the ` Githubissues.