vuetifyjs / eslint-plugin-vuetify

An eslint plugin for Vuetify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

False `no-deprecated-props` error on VBtn

abea opened this issue · comments

VBtn throws an error for the text prop for vuetify/no-deprecated-props. That prop is listed in the docs and does have the intended effect. The linter will automatically try to change it to variant="text", which is correct for v2 to v3, but doesn't support the new v3 version of the prop (and long-term use of the linter).

commented

Duplicate of #59