vuetifyjs/eslint-plugin-vuetify

False `no-deprecated-props` error on VProgressLinear

abea opened this issue · 2 comments

abea commented

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.

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

abea commented

Looks fixed! Thanks.