vuetifyjs / eslint-plugin-vuetify

An eslint plugin for Vuetify
Other
120 stars 26 forks source link

False `no-deprecated-props` error on VProgressLinear #58

Closed abea closed 1 year ago

abea commented 1 year ago

VProgressLinear throws an error for the absolute prop for vuetify/no-deprecated-props. That prop is listed in the docs and does have the intended effect.

mtdvlpr commented 1 year ago

Are you using the latest version? Should be fixed (see #50). Try refreshing your dependencies to ensure the latest version is used.

abea commented 1 year ago

Looks fixed! Thanks.