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 VProgressLinear

abea opened this issue · comments

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.

Looks fixed! Thanks.